Html Css Color HEX #6C3CBF Purple Heart

📋 copy color: '#6C3CBF'

red 108 ◦ green 60 ◦ blue 191

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

Shades of Purple Heart #6C3CBF

Tints of Purple Heart #6C3CBF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.71%

 BLUE value IS 191 (75% from 255) = 53.2%

R = 30.08%
G = 16.71%
B = 53.2%

CMYK

 C value IS 0.43

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6C3CBF (or 0x6C3CBF) is known color: Purple Heart. HEX triplet: 6C, 3C and BF. RGB value is (108,60,191). Sum of RGB (Red+Green+Blue) = 108+60+191=359 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30.08% from 359); Green value is 60 (23.83% from 255 or 16.71% from 359); Blue value is 191 (75% from 255 or 53.20% from 359); Max value from RGB is 191 - color contains mainly: blue. Hex color #6C3CBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C3CBF is #93C340. Grayscale: #585858. Windows color (decimal): -9683777 or 12532844. OLE color: 12532844.

HSL color Cylindrical-coordinate representation of color #6C3CBF: hue angle of 261.98º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6C3CBF is Cyan = 0.43, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 108 60 191 -
CMYK 0.43 0.69 0 0.25
HSL 261.98º 0.52% 0.49% -
HSV(B) 261.98º 0.69% 0.75% -
XYZ 17.2 10.18 50.35 -
YUV 89.29 185.4 141.35 -
System Red Green Blue C M Y K H S L
Decimal 108 60 191 0.43 0.69 0 0.25 261.98 0.52 0.49
Hex 6C 3C BF 2B 45 0 19 106 34 31
Octal 154 74 277 53 105 0 31 406 64 61
Binary 1101100 111100 10111111 101011 1000101 0 11001 100000110 110100 110001

Color Harmonies of #6C3CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C3CBF

Black with #6C3CBF

Text Example


Text Example

White with #6C3CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,60,191); }

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

background-color css

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

 a { background-color: rgb(108,60,191); }

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

border-color css

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

 span { border-color: rgb(108,60,191); }

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