Html Css Color HEX #6B20CE Purple Heart

📋 copy color: '#6B20CE'

red 107 ◦ green 32 ◦ blue 206

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

Shades of Purple Heart #6B20CE

Tints of Purple Heart #6B20CE

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.28%

 BLUE value IS 206 (80.86% from 255) = 59.71%

R = 31.01%
G = 9.28%
B = 59.71%

CMYK

 C value IS 0.48

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6B20CE (or 0x6B20CE) is known color: Purple Heart. HEX triplet: 6B, 20 and CE. RGB value is (107,32,206). Sum of RGB (Red+Green+Blue) = 107+32+206=345 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.01% from 345); Green value is 32 (12.89% from 255 or 9.28% from 345); Blue value is 206 (80.86% from 255 or 59.71% from 345); Max value from RGB is 206 - color contains mainly: blue. Hex color #6B20CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B20CE is #94DF31. Grayscale: #494949. Windows color (decimal): -9756466 or 13508715. OLE color: 13508715.

HSL color Cylindrical-coordinate representation of color #6B20CE: hue angle of 265.86º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6B20CE is Cyan = 0.48, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 107 32 206 -
CMYK 0.48 0.84 0 0.19
HSL 265.86º 0.73% 0.47% -
HSV(B) 265.86º 0.84% 0.81% -
XYZ 17.72 8.62 59.12 -
YUV 74.26 202.35 151.35 -
System Red Green Blue C M Y K H S L
Decimal 107 32 206 0.48 0.84 0 0.19 265.86 0.73 0.47
Hex 6B 20 CE 30 54 0 13 10A 49 2F
Octal 153 40 316 60 124 0 23 412 111 57
Binary 1101011 100000 11001110 110000 1010100 0 10011 100001010 1001001 101111

Color Harmonies of #6B20CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B20CE

Black with #6B20CE

Text Example


Text Example

White with #6B20CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,32,206); }

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

background-color css

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

 a { background-color: rgb(107,32,206); }

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

border-color css

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

 span { border-color: rgb(107,32,206); }

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