Html Css Color HEX #6A0CCA Purple Heart

📋 copy color: '#6A0CCA'

red 106 ◦ green 12 ◦ blue 202

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

Shades of Purple Heart #6A0CCA

Tints of Purple Heart #6A0CCA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.75%

 BLUE value IS 202 (79.3% from 255) = 63.13%

R = 33.13%
G = 3.75%
B = 63.13%

CMYK

 C value IS 0.48

 M value IS 0.94

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6A0CCA (or 0x6A0CCA) is known color: Purple Heart. HEX triplet: 6A, 0C and CA. RGB value is (106,12,202). Sum of RGB (Red+Green+Blue) = 106+12+202=320 (42% of max value = 765). Red value is 106 (41.80% from 255 or 33.12% from 320); Green value is 12 (5.08% from 255 or 3.75% from 320); Blue value is 202 (79.30% from 255 or 63.12% from 320); Max value from RGB is 202 - color contains mainly: blue. Hex color #6A0CCA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6A0CCA is #95F335. Grayscale: #3D3D3D. Windows color (decimal): -9827126 or 13241450. OLE color: 13241450.

HSL color Cylindrical-coordinate representation of color #6A0CCA: hue angle of 269.68º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6A0CCA is Cyan = 0.48, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 106 12 202 -
CMYK 0.48 0.94 0 0.21
HSL 269.68º 0.89% 0.42% -
HSV(B) 269.68º 0.94% 0.79% -
XYZ 16.74 7.59 56.46 -
YUV 61.77 207.14 159.55 -
System Red Green Blue C M Y K H S L
Decimal 106 12 202 0.48 0.94 0 0.21 269.68 0.89 0.42
Hex 6A C CA 30 5E 0 15 10E 59 2A
Octal 152 14 312 60 136 0 25 416 131 52
Binary 1101010 1100 11001010 110000 1011110 0 10101 100001110 1011001 101010

Color Harmonies of #6A0CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A0CCA

Black with #6A0CCA

Text Example


Text Example

White with #6A0CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,12,202); }

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

background-color css

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

 a { background-color: rgb(106,12,202); }

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

border-color css

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

 span { border-color: rgb(106,12,202); }

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