Html Css Color HEX #6C42BF Purple Heart

📋 copy color: '#6C42BF'

red 108 ◦ green 66 ◦ blue 191

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

Shades of Purple Heart #6C42BF

Tints of Purple Heart #6C42BF

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.08%

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

R = 29.59%
G = 18.08%
B = 52.33%

CMYK

 C value IS 0.43

 M value IS 0.65

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6C42BF (or 0x6C42BF) is known color: Purple Heart. HEX triplet: 6C, 42 and BF. RGB value is (108,66,191). Sum of RGB (Red+Green+Blue) = 108+66+191=365 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.59% from 365); Green value is 66 (26.17% from 255 or 18.08% from 365); Blue value is 191 (75% from 255 or 52.33% from 365); Max value from RGB is 191 - color contains mainly: blue. Hex color #6C42BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C42BF is #93BD40. Grayscale: #5C5C5C. Windows color (decimal): -9682241 or 12534380. OLE color: 12534380.

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

Color convert

RGB 108 66 191 -
CMYK 0.43 0.65 0 0.25
HSL 260.16º 0.49% 0.5% -
HSV(B) 260.16º 0.65% 0.75% -
XYZ 17.54 10.85 50.46 -
YUV 92.81 183.41 138.84 -
System Red Green Blue C M Y K H S L
Decimal 108 66 191 0.43 0.65 0 0.25 260.16 0.49 0.5
Hex 6C 42 BF 2B 41 0 19 104 31 32
Octal 154 102 277 53 101 0 31 404 61 62
Binary 1101100 1000010 10111111 101011 1000001 0 11001 100000100 110001 110010

Color Harmonies of #6C42BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C42BF

Black with #6C42BF

Text Example


Text Example

White with #6C42BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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