Html Css Color HEX #6A0ACD Purple Heart

📋 copy color: '#6A0ACD'

red 106 ◦ green 10 ◦ blue 205

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

Shades of Purple Heart #6A0ACD

Tints of Purple Heart #6A0ACD

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.12%

 BLUE value IS 205 (80.47% from 255) = 63.86%

R = 33.02%
G = 3.12%
B = 63.86%

CMYK

 C value IS 0.48

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6A0ACD (or 0x6A0ACD) is known color: Purple Heart. HEX triplet: 6A, 0A and CD. RGB value is (106,10,205). Sum of RGB (Red+Green+Blue) = 106+10+205=321 (42% of max value = 765). Red value is 106 (41.80% from 255 or 33.02% from 321); Green value is 10 (4.30% from 255 or 3.12% from 321); Blue value is 205 (80.47% from 255 or 63.86% from 321); Max value from RGB is 205 - color contains mainly: blue. Hex color #6A0ACD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6A0ACD is #95F532. Grayscale: #3C3C3C. Windows color (decimal): -9827635 or 13437546. OLE color: 13437546.

HSL color Cylindrical-coordinate representation of color #6A0ACD: hue angle of 269.54º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6A0ACD is Cyan = 0.48, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 106 10 205 -
CMYK 0.48 0.95 0 0.20
HSL 269.54º 0.91% 0.42% -
HSV(B) 269.54º 0.95% 0.8% -
XYZ 17.07 7.69 58.34 -
YUV 60.93 209.3 160.14 -
System Red Green Blue C M Y K H S L
Decimal 106 10 205 0.48 0.95 0 0.20 269.54 0.91 0.42
Hex 6A A CD 30 5F 0 14 10E 5B 2A
Octal 152 12 315 60 137 0 24 416 133 52
Binary 1101010 1010 11001101 110000 1011111 0 10100 100001110 1011011 101010

Color Harmonies of #6A0ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A0ACD

Black with #6A0ACD

Text Example


Text Example

White with #6A0ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,10,205); }

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

background-color css

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

 a { background-color: rgb(106,10,205); }

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

border-color css

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

 span { border-color: rgb(106,10,205); }

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