Html Css Color HEX #6C39BF Purple Heart

📋 copy color: '#6C39BF'

red 108 ◦ green 57 ◦ blue 191

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

Shades of Purple Heart #6C39BF

Tints of Purple Heart #6C39BF

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.01%

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

R = 30.34%
G = 16.01%
B = 53.65%

CMYK

 C value IS 0.43

 M value IS 0.70

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6C39BF (or 0x6C39BF) is known color: Purple Heart. HEX triplet: 6C, 39 and BF. RGB value is (108,57,191). Sum of RGB (Red+Green+Blue) = 108+57+191=356 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30.34% from 356); Green value is 57 (22.66% from 255 or 16.01% from 356); Blue value is 191 (75% from 255 or 53.65% from 356); Max value from RGB is 191 - color contains mainly: blue. Hex color #6C39BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C39BF is #93C640. Grayscale: #575757. Windows color (decimal): -9684545 or 12532076. OLE color: 12532076.

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

Color convert

RGB 108 57 191 -
CMYK 0.43 0.70 0 0.25
HSL 262.84º 0.54% 0.49% -
HSV(B) 262.84º 0.7% 0.75% -
XYZ 17.05 9.88 50.3 -
YUV 87.53 186.4 142.6 -
System Red Green Blue C M Y K H S L
Decimal 108 57 191 0.43 0.70 0 0.25 262.84 0.54 0.49
Hex 6C 39 BF 2B 46 0 19 107 36 31
Octal 154 71 277 53 106 0 31 407 66 61
Binary 1101100 111001 10111111 101011 1000110 0 11001 100000111 110110 110001

Color Harmonies of #6C39BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C39BF

Black with #6C39BF

Text Example


Text Example

White with #6C39BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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