Html Css Color HEX #6A0AD5 Purple Heart

📋 copy color: '#6A0AD5'

red 106 ◦ green 10 ◦ blue 213

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

Shades of Purple Heart #6A0AD5

Tints of Purple Heart #6A0AD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 64.74%

R = 32.22%
G = 3.04%
B = 64.74%

CMYK

 C value IS 0.50

 M value IS 0.95

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6A0AD5 (or 0x6A0AD5) is known color: Purple Heart. HEX triplet: 6A, 0A and D5. RGB value is (106,10,213). Sum of RGB (Red+Green+Blue) = 106+10+213=329 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.22% from 329); Green value is 10 (4.30% from 255 or 3.04% from 329); Blue value is 213 (83.59% from 255 or 64.74% from 329); Max value from RGB is 213 - color contains mainly: blue. Hex color #6A0AD5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6A0AD5 is #95F52A. Grayscale: #3D3D3D. Windows color (decimal): -9827627 or 13961834. OLE color: 13961834.

HSL color Cylindrical-coordinate representation of color #6A0AD5: hue angle of 268.37º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6A0AD5 is Cyan = 0.50, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 106 10 213 -
CMYK 0.50 0.95 0 0.16
HSL 268.37º 0.91% 0.44% -
HSV(B) 268.37º 0.95% 0.84% -
XYZ 18.06 8.09 63.56 -
YUV 61.85 213.3 159.49 -
System Red Green Blue C M Y K H S L
Decimal 106 10 213 0.50 0.95 0 0.16 268.37 0.91 0.44
Hex 6A A D5 32 5F 0 10 10C 5B 2C
Octal 152 12 325 62 137 0 20 414 133 54
Binary 1101010 1010 11010101 110010 1011111 0 10000 100001100 1011011 101100

Color Harmonies of #6A0AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A0AD5

Black with #6A0AD5

Text Example


Text Example

White with #6A0AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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