Html Css Color HEX #6A2ACC Purple Heart

📋 copy color: '#6A2ACC'

red 106 ◦ green 42 ◦ blue 204

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

Shades of Purple Heart #6A2ACC

Tints of Purple Heart #6A2ACC

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.93%

 BLUE value IS 204 (80.08% from 255) = 57.95%

R = 30.11%
G = 11.93%
B = 57.95%

CMYK

 C value IS 0.48

 M value IS 0.79

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6A2ACC (or 0x6A2ACC) is known color: Purple Heart. HEX triplet: 6A, 2A and CC. RGB value is (106,42,204). Sum of RGB (Red+Green+Blue) = 106+42+204=352 (46% of max value = 765). Red value is 106 (41.80% from 255 or 30.11% from 352); Green value is 42 (16.80% from 255 or 11.93% from 352); Blue value is 204 (80.08% from 255 or 57.95% from 352); Max value from RGB is 204 - color contains mainly: blue. Hex color #6A2ACC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A2ACC is #95D533. Grayscale: #4F4F4F. Windows color (decimal): -9819444 or 13380202. OLE color: 13380202.

HSL color Cylindrical-coordinate representation of color #6A2ACC: hue angle of 263.7º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6A2ACC is Cyan = 0.48, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 106 42 204 -
CMYK 0.48 0.79 0 0.2
HSL 263.7º 0.66% 0.48% -
HSV(B) 263.7º 0.79% 0.8% -
XYZ 17.67 9.08 57.95 -
YUV 79.6 198.2 146.83 -
System Red Green Blue C M Y K H S L
Decimal 106 42 204 0.48 0.79 0 0.2 263.7 0.66 0.48
Hex 6A 2A CC 30 4F 0 14 108 42 30
Octal 152 52 314 60 117 0 24 410 102 60
Binary 1101010 101010 11001100 110000 1001111 0 10100 100001000 1000010 110000

Color Harmonies of #6A2ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A2ACC

Black with #6A2ACC

Text Example


Text Example

White with #6A2ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,42,204); }

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

background-color css

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

 a { background-color: rgb(106,42,204); }

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

border-color css

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

 span { border-color: rgb(106,42,204); }

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