Html Css Color HEX #6F19CD Purple Heart

📋 copy color: '#6F19CD'

red 111 ◦ green 25 ◦ blue 205

#6F19CD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #6F19CD

Tints of Purple Heart #6F19CD

RGB

 RED value IS 111 (43.75% from 255) = 32.55%

 GREEN value IS 25 (10.16% from 255) = 7.33%

 BLUE value IS 205 (80.47% from 255) = 60.12%

R = 32.55%
G = 7.33%
B = 60.12%

CMYK

 C value IS 0.46

 M value IS 0.88

 Y value IS 0

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#6F19CD (or 0x6F19CD) is known color: Purple Heart. HEX triplet: 6F, 19 and CD. RGB value is (111,25,205). Sum of RGB (Red+Green+Blue) = 111+25+205=341 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.55% from 341); Green value is 25 (10.16% from 255 or 7.33% from 341); Blue value is 205 (80.47% from 255 or 60.12% from 341); Max value from RGB is 205 - color contains mainly: blue. Hex color #6F19CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F19CD is #90E632. Grayscale: #464646. Windows color (decimal): -9496115 or 13441391. OLE color: 13441391.

HSL color Cylindrical-coordinate representation of color #6F19CD: hue angle of 268.67º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6F19CD is Cyan = 0.46, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 111 25 205 -
CMYK 0.46 0.88 0 0.20
HSL 268.67º 0.78% 0.45% -
HSV(B) 268.67º 0.88% 0.8% -
XYZ 17.92 8.48 58.45 -
YUV 71.23 203.49 156.36 -
System Red Green Blue C M Y K H S L
Decimal 111 25 205 0.46 0.88 0 0.20 268.67 0.78 0.45
Hex 6F 19 CD 2E 58 0 14 10D 4E 2D
Octal 157 31 315 56 130 0 24 415 116 55
Binary 1101111 11001 11001101 101110 1011000 0 10100 100001101 1001110 101101

Color Harmonies of #6F19CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F19CD

Black with #6F19CD

Text Example


Text Example

White with #6F19CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6F19CD; }

 p { color: rgb(111,25,205); }

 H1.HeaderClassName
 {
   color: #6F19CD;
 }
 .AnyTagClassName
 {
   color: #6F19CD;
 }
</style>

background-color css

<style>
 a { background-color: #6F19CD; }

 a { background-color: rgb(111,25,205); }

 div.DivClassName
 {
   background-color: #6F19CD;
 }
 .BgClassName
 {
   background-color: #6F19CD;
 }
</style>

border-color css

<style>
 span { border-color: #6F19CD; }

 span { border-color: rgb(111,25,205); }

 td.TdClassName
 {
   border-color: #6F19CD;
 }
 .TagClassName
 {
   border-color: #6F19CD;
 }
</style>