Html Css Color HEX #6819CF Purple Heart

📋 copy color: '#6819CF'

red 104 ◦ green 25 ◦ blue 207

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

Shades of Purple Heart #6819CF

Tints of Purple Heart #6819CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 61.61%

R = 30.95%
G = 7.44%
B = 61.61%

CMYK

 C value IS 0.50

 M value IS 0.88

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6819CF (or 0x6819CF) is known color: Purple Heart. HEX triplet: 68, 19 and CF. RGB value is (104,25,207). Sum of RGB (Red+Green+Blue) = 104+25+207=336 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.95% from 336); Green value is 25 (10.16% from 255 or 7.44% from 336); Blue value is 207 (81.25% from 255 or 61.61% from 336); Max value from RGB is 207 - color contains mainly: blue. Hex color #6819CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6819CF is #97E630. Grayscale: #444444. Windows color (decimal): -9954865 or 13572456. OLE color: 13572456.

HSL color Cylindrical-coordinate representation of color #6819CF: hue angle of 266.04º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6819CF is Cyan = 0.50, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 104 25 207 -
CMYK 0.50 0.88 0 0.19
HSL 266.04º 0.78% 0.45% -
HSV(B) 266.04º 0.88% 0.81% -
XYZ 17.32 8.14 59.69 -
YUV 69.37 205.67 152.7 -
System Red Green Blue C M Y K H S L
Decimal 104 25 207 0.50 0.88 0 0.19 266.04 0.78 0.45
Hex 68 19 CF 32 58 0 13 10A 4E 2D
Octal 150 31 317 62 130 0 23 412 116 55
Binary 1101000 11001 11001111 110010 1011000 0 10011 100001010 1001110 101101

Color Harmonies of #6819CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6819CF

Black with #6819CF

Text Example


Text Example

White with #6819CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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