Html Css Color HEX #6819CC Purple Heart

📋 copy color: '#6819CC'

red 104 ◦ green 25 ◦ blue 204

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

Shades of Purple Heart #6819CC

Tints of Purple Heart #6819CC

RGB

 RED value IS 104 (41.02% from 255) = 31.23%

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

 BLUE value IS 204 (80.08% from 255) = 61.26%

R = 31.23%
G = 7.51%
B = 61.26%

CMYK

 C value IS 0.49

 M value IS 0.88

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6819CC (or 0x6819CC) is known color: Purple Heart. HEX triplet: 68, 19 and CC. RGB value is (104,25,204). Sum of RGB (Red+Green+Blue) = 104+25+204=333 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.23% from 333); Green value is 25 (10.16% from 255 or 7.51% from 333); Blue value is 204 (80.08% from 255 or 61.26% from 333); Max value from RGB is 204 - color contains mainly: blue. Hex color #6819CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6819CC is #97E633. Grayscale: #444444. Windows color (decimal): -9954868 or 13375848. OLE color: 13375848.

HSL color Cylindrical-coordinate representation of color #6819CC: hue angle of 266.48º 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 #6819CC is Cyan = 0.49, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 104 25 204 -
CMYK 0.49 0.88 0 0.2
HSL 266.48º 0.78% 0.45% -
HSV(B) 266.48º 0.88% 0.8% -
XYZ 16.96 8 57.78 -
YUV 69.03 204.17 152.95 -
System Red Green Blue C M Y K H S L
Decimal 104 25 204 0.49 0.88 0 0.2 266.48 0.78 0.45
Hex 68 19 CC 31 58 0 14 10A 4E 2D
Octal 150 31 314 61 130 0 24 412 116 55
Binary 1101000 11001 11001100 110001 1011000 0 10100 100001010 1001110 101101

Color Harmonies of #6819CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6819CC

Black with #6819CC

Text Example


Text Example

White with #6819CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6819CC; }

 p { color: rgb(104,25,204); }

 H1.HeaderClassName
 {
   color: #6819CC;
 }
 .AnyTagClassName
 {
   color: #6819CC;
 }
</style>

background-color css

<style>
 a { background-color: #6819CC; }

 a { background-color: rgb(104,25,204); }

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

border-color css

<style>
 span { border-color: #6819CC; }

 span { border-color: rgb(104,25,204); }

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