Html Css Color HEX #6812CF Purple Heart

📋 copy color: '#6812CF'

red 104 ◦ green 18 ◦ blue 207

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

Shades of Purple Heart #6812CF

Tints of Purple Heart #6812CF

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.47%

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

R = 31.61%
G = 5.47%
B = 62.92%

CMYK

 C value IS 0.50

 M value IS 0.91

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6812CF (or 0x6812CF) is known color: Purple Heart. HEX triplet: 68, 12 and CF. RGB value is (104,18,207). Sum of RGB (Red+Green+Blue) = 104+18+207=329 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.61% from 329); Green value is 18 (7.42% from 255 or 5.47% from 329); Blue value is 207 (81.25% from 255 or 62.92% from 329); Max value from RGB is 207 - color contains mainly: blue. Hex color #6812CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6812CF is #97ED30. Grayscale: #404040. Windows color (decimal): -9956657 or 13570664. OLE color: 13570664.

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

Color convert

RGB 104 18 207 -
CMYK 0.50 0.91 0 0.19
HSL 267.3º 0.84% 0.44% -
HSV(B) 267.3º 0.91% 0.81% -
XYZ 17.19 7.88 59.65 -
YUV 65.26 207.99 155.63 -
System Red Green Blue C M Y K H S L
Decimal 104 18 207 0.50 0.91 0 0.19 267.3 0.84 0.44
Hex 68 12 CF 32 5B 0 13 10B 54 2C
Octal 150 22 317 62 133 0 23 413 124 54
Binary 1101000 10010 11001111 110010 1011011 0 10011 100001011 1010100 101100

Color Harmonies of #6812CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6812CF

Black with #6812CF

Text Example


Text Example

White with #6812CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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