Html Css Color HEX #6C3CBE Purple Heart

📋 copy color: '#6C3CBE'

red 108 ◦ green 60 ◦ blue 190

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

Shades of Purple Heart #6C3CBE

Tints of Purple Heart #6C3CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 53.07%

R = 30.17%
G = 16.76%
B = 53.07%

CMYK

 C value IS 0.43

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6C3CBE (or 0x6C3CBE) is known color: Purple Heart. HEX triplet: 6C, 3C and BE. RGB value is (108,60,190). Sum of RGB (Red+Green+Blue) = 108+60+190=358 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30.17% from 358); Green value is 60 (23.83% from 255 or 16.76% from 358); Blue value is 190 (74.61% from 255 or 53.07% from 358); Max value from RGB is 190 - color contains mainly: blue. Hex color #6C3CBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C3CBE is #93C341. Grayscale: #585858. Windows color (decimal): -9683778 or 12467308. OLE color: 12467308.

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

Color convert

RGB 108 60 190 -
CMYK 0.43 0.68 0 0.25
HSL 262.15º 0.52% 0.49% -
HSV(B) 262.15º 0.68% 0.75% -
XYZ 17.09 10.14 49.77 -
YUV 89.17 184.9 141.43 -
System Red Green Blue C M Y K H S L
Decimal 108 60 190 0.43 0.68 0 0.25 262.15 0.52 0.49
Hex 6C 3C BE 2B 44 0 19 106 34 31
Octal 154 74 276 53 104 0 31 406 64 61
Binary 1101100 111100 10111110 101011 1000100 0 11001 100000110 110100 110001

Color Harmonies of #6C3CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C3CBE

Black with #6C3CBE

Text Example


Text Example

White with #6C3CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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