Html Css Color HEX #6B42BE Purple Heart

📋 copy color: '#6B42BE'

red 107 ◦ green 66 ◦ blue 190

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

Shades of Purple Heart #6B42BE

Tints of Purple Heart #6B42BE

RGB

 RED value IS 107 (42.19% from 255) = 29.48%

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

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

R = 29.48%
G = 18.18%
B = 52.34%

CMYK

 C value IS 0.44

 M value IS 0.65

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6B42BE (or 0x6B42BE) is known color: Purple Heart. HEX triplet: 6B, 42 and BE. RGB value is (107,66,190). Sum of RGB (Red+Green+Blue) = 107+66+190=363 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.48% from 363); Green value is 66 (26.17% from 255 or 18.18% from 363); Blue value is 190 (74.61% from 255 or 52.34% from 363); Max value from RGB is 190 - color contains mainly: blue. Hex color #6B42BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B42BE is #94BD41. Grayscale: #5B5B5B. Windows color (decimal): -9747778 or 12468843. OLE color: 12468843.

HSL color Cylindrical-coordinate representation of color #6B42BE: hue angle of 259.84º 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 #6B42BE is Cyan = 0.44, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 107 66 190 -
CMYK 0.44 0.65 0 0.25
HSL 259.84º 0.49% 0.5% -
HSV(B) 259.84º 0.65% 0.75% -
XYZ 17.31 10.74 49.88 -
YUV 92.4 183.08 138.42 -
System Red Green Blue C M Y K H S L
Decimal 107 66 190 0.44 0.65 0 0.25 259.84 0.49 0.5
Hex 6B 42 BE 2C 41 0 19 104 31 32
Octal 153 102 276 54 101 0 31 404 61 62
Binary 1101011 1000010 10111110 101100 1000001 0 11001 100000100 110001 110010

Color Harmonies of #6B42BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B42BE

Black with #6B42BE

Text Example


Text Example

White with #6B42BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,66,190); }

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

background-color css

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

 a { background-color: rgb(107,66,190); }

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

border-color css

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

 span { border-color: rgb(107,66,190); }

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