Html Css Color HEX #6A1ECE Purple Heart

📋 copy color: '#6A1ECE'

red 106 ◦ green 30 ◦ blue 206

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

Shades of Purple Heart #6A1ECE

Tints of Purple Heart #6A1ECE

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.77%

 BLUE value IS 206 (80.86% from 255) = 60.23%

R = 30.99%
G = 8.77%
B = 60.23%

CMYK

 C value IS 0.49

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6A1ECE (or 0x6A1ECE) is known color: Purple Heart. HEX triplet: 6A, 1E and CE. RGB value is (106,30,206). Sum of RGB (Red+Green+Blue) = 106+30+206=342 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.99% from 342); Green value is 30 (12.11% from 255 or 8.77% from 342); Blue value is 206 (80.86% from 255 or 60.23% from 342); Max value from RGB is 206 - color contains mainly: blue. Hex color #6A1ECE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A1ECE is #95E131. Grayscale: #484848. Windows color (decimal): -9822514 or 13508202. OLE color: 13508202.

HSL color Cylindrical-coordinate representation of color #6A1ECE: hue angle of 265.91º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6A1ECE is Cyan = 0.49, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 106 30 206 -
CMYK 0.49 0.85 0 0.19
HSL 265.91º 0.75% 0.46% -
HSV(B) 265.91º 0.85% 0.81% -
XYZ 17.55 8.45 59.1 -
YUV 72.79 203.18 151.69 -
System Red Green Blue C M Y K H S L
Decimal 106 30 206 0.49 0.85 0 0.19 265.91 0.75 0.46
Hex 6A 1E CE 31 55 0 13 10A 4B 2E
Octal 152 36 316 61 125 0 23 412 113 56
Binary 1101010 11110 11001110 110001 1010101 0 10011 100001010 1001011 101110

Color Harmonies of #6A1ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A1ECE

Black with #6A1ECE

Text Example


Text Example

White with #6A1ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,30,206); }

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

background-color css

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

 a { background-color: rgb(106,30,206); }

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

border-color css

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

 span { border-color: rgb(106,30,206); }

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