Html Css Color HEX #6812CB Purple Heart

📋 copy color: '#6812CB'

red 104 ◦ green 18 ◦ blue 203

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

Shades of Purple Heart #6812CB

Tints of Purple Heart #6812CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 62.46%

R = 32%
G = 5.54%
B = 62.46%

CMYK

 C value IS 0.49

 M value IS 0.91

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6812CB (or 0x6812CB) is known color: Purple Heart. HEX triplet: 68, 12 and CB. RGB value is (104,18,203). Sum of RGB (Red+Green+Blue) = 104+18+203=325 (43% of max value = 765). Red value is 104 (41.02% from 255 or 32% from 325); Green value is 18 (7.42% from 255 or 5.54% from 325); Blue value is 203 (79.69% from 255 or 62.46% from 325); Max value from RGB is 203 - color contains mainly: blue. Hex color #6812CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6812CB is #97ED34. Grayscale: #404040. Windows color (decimal): -9956661 or 13308520. OLE color: 13308520.

HSL color Cylindrical-coordinate representation of color #6812CB: hue angle of 267.89º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6812CB is Cyan = 0.49, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 104 18 203 -
CMYK 0.49 0.91 0 0.20
HSL 267.89º 0.84% 0.43% -
HSV(B) 267.89º 0.91% 0.8% -
XYZ 16.7 7.69 57.1 -
YUV 64.8 205.99 155.96 -
System Red Green Blue C M Y K H S L
Decimal 104 18 203 0.49 0.91 0 0.20 267.89 0.84 0.43
Hex 68 12 CB 31 5B 0 14 10C 54 2B
Octal 150 22 313 61 133 0 24 414 124 53
Binary 1101000 10010 11001011 110001 1011011 0 10100 100001100 1010100 101011

Color Harmonies of #6812CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6812CB

Black with #6812CB

Text Example


Text Example

White with #6812CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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