Html Css Color HEX #6C2BCB Purple Heart

📋 copy color: '#6C2BCB'

red 108 ◦ green 43 ◦ blue 203

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

Shades of Purple Heart #6C2BCB

Tints of Purple Heart #6C2BCB

RGB

 RED value IS 108 (42.58% from 255) = 30.51%

 GREEN value IS 43 (17.19% from 255) = 12.15%

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

R = 30.51%
G = 12.15%
B = 57.34%

CMYK

 C value IS 0.47

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6C2BCB (or 0x6C2BCB) is known color: Purple Heart. HEX triplet: 6C, 2B and CB. RGB value is (108,43,203). Sum of RGB (Red+Green+Blue) = 108+43+203=354 (46% of max value = 765). Red value is 108 (42.58% from 255 or 30.51% from 354); Green value is 43 (17.19% from 255 or 12.15% from 354); Blue value is 203 (79.69% from 255 or 57.34% from 354); Max value from RGB is 203 - color contains mainly: blue. Hex color #6C2BCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C2BCB is #93D434. Grayscale: #505050. Windows color (decimal): -9688117 or 13314924. OLE color: 13314924.

HSL color Cylindrical-coordinate representation of color #6C2BCB: hue angle of 264.38º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6C2BCB is Cyan = 0.47, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 108 43 203 -
CMYK 0.47 0.79 0 0.20
HSL 264.38º 0.65% 0.48% -
HSV(B) 264.38º 0.79% 0.8% -
XYZ 17.83 9.23 57.34 -
YUV 80.68 197.03 147.49 -
System Red Green Blue C M Y K H S L
Decimal 108 43 203 0.47 0.79 0 0.20 264.38 0.65 0.48
Hex 6C 2B CB 2F 4F 0 14 108 41 30
Octal 154 53 313 57 117 0 24 410 101 60
Binary 1101100 101011 11001011 101111 1001111 0 10100 100001000 1000001 110000

Color Harmonies of #6C2BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C2BCB

Black with #6C2BCB

Text Example


Text Example

White with #6C2BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,43,203); }

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

background-color css

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

 a { background-color: rgb(108,43,203); }

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

border-color css

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

 span { border-color: rgb(108,43,203); }

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