Html Css Color HEX #6A20CE Purple Heart

📋 copy color: '#6A20CE'

red 106 ◦ green 32 ◦ blue 206

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

Shades of Purple Heart #6A20CE

Tints of Purple Heart #6A20CE

RGB

 RED value IS 106 (41.8% from 255) = 30.81%

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

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

R = 30.81%
G = 9.3%
B = 59.88%

CMYK

 C value IS 0.49

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6A20CE (or 0x6A20CE) is known color: Purple Heart. HEX triplet: 6A, 20 and CE. RGB value is (106,32,206). Sum of RGB (Red+Green+Blue) = 106+32+206=344 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.81% from 344); Green value is 32 (12.89% from 255 or 9.30% from 344); Blue value is 206 (80.86% from 255 or 59.88% from 344); Max value from RGB is 206 - color contains mainly: blue. Hex color #6A20CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A20CE is #95DF31. Grayscale: #494949. Windows color (decimal): -9822002 or 13508714. OLE color: 13508714.

HSL color Cylindrical-coordinate representation of color #6A20CE: hue angle of 265.52º 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 #6A20CE is Cyan = 0.49, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 106 32 206 -
CMYK 0.49 0.84 0 0.19
HSL 265.52º 0.73% 0.47% -
HSV(B) 265.52º 0.84% 0.81% -
XYZ 17.6 8.55 59.12 -
YUV 73.96 202.52 150.85 -
System Red Green Blue C M Y K H S L
Decimal 106 32 206 0.49 0.84 0 0.19 265.52 0.73 0.47
Hex 6A 20 CE 31 54 0 13 10A 49 2F
Octal 152 40 316 61 124 0 23 412 111 57
Binary 1101010 100000 11001110 110001 1010100 0 10011 100001010 1001001 101111

Color Harmonies of #6A20CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A20CE

Black with #6A20CE

Text Example


Text Example

White with #6A20CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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