Html Css Color HEX #6A1AC0 Purple Heart

📋 copy color: '#6A1AC0'

red 106 ◦ green 26 ◦ blue 192

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

Shades of Purple Heart #6A1AC0

Tints of Purple Heart #6A1AC0

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.02%

 BLUE value IS 192 (75.39% from 255) = 59.26%

R = 32.72%
G = 8.02%
B = 59.26%

CMYK

 C value IS 0.45

 M value IS 0.86

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6A1AC0 (or 0x6A1AC0) is known color: Purple Heart. HEX triplet: 6A, 1A and C0. RGB value is (106,26,192). Sum of RGB (Red+Green+Blue) = 106+26+192=324 (42% of max value = 765). Red value is 106 (41.80% from 255 or 32.72% from 324); Green value is 26 (10.55% from 255 or 8.02% from 324); Blue value is 192 (75.39% from 255 or 59.26% from 324); Max value from RGB is 192 - color contains mainly: blue. Hex color #6A1AC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A1AC0 is #95E53F. Grayscale: #444444. Windows color (decimal): -9823552 or 12589674. OLE color: 12589674.

HSL color Cylindrical-coordinate representation of color #6A1AC0: hue angle of 268.92º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6A1AC0 is Cyan = 0.45, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 106 26 192 -
CMYK 0.45 0.86 0 0.25
HSL 268.92º 0.76% 0.43% -
HSV(B) 268.92º 0.86% 0.75% -
XYZ 15.83 7.61 50.5 -
YUV 68.84 197.5 154.5 -
System Red Green Blue C M Y K H S L
Decimal 106 26 192 0.45 0.86 0 0.25 268.92 0.76 0.43
Hex 6A 1A C0 2D 56 0 19 10D 4C 2B
Octal 152 32 300 55 126 0 31 415 114 53
Binary 1101010 11010 11000000 101101 1010110 0 11001 100001101 1001100 101011

Color Harmonies of #6A1AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A1AC0

Black with #6A1AC0

Text Example


Text Example

White with #6A1AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,26,192); }

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

background-color css

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

 a { background-color: rgb(106,26,192); }

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

border-color css

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

 span { border-color: rgb(106,26,192); }

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