Html Css Color HEX #6E06AF Purple Heart

📋 copy color: '#6E06AF'

red 110 ◦ green 6 ◦ blue 175

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

Shades of Purple Heart #6E06AF

Tints of Purple Heart #6E06AF

RGB

 RED value IS 110 (43.36% from 255) = 37.8%

 GREEN value IS 6 (2.73% from 255) = 2.06%

 BLUE value IS 175 (68.75% from 255) = 60.14%

R = 37.8%
G = 2.06%
B = 60.14%

CMYK

 C value IS 0.37

 M value IS 0.97

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6E06AF (or 0x6E06AF) is known color: Purple Heart. HEX triplet: 6E, 06 and AF. RGB value is (110,6,175). Sum of RGB (Red+Green+Blue) = 110+6+175=291 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.80% from 291); Green value is 6 (2.73% from 255 or 2.06% from 291); Blue value is 175 (68.75% from 255 or 60.14% from 291); Max value from RGB is 175 - color contains mainly: blue. Hex color #6E06AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E06AF is #91F950. Grayscale: #373737. Windows color (decimal): -9566545 or 11470446. OLE color: 11470446.

HSL color Cylindrical-coordinate representation of color #6E06AF: hue angle of 276.92º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6E06AF is Cyan = 0.37, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 110 6 175 -
CMYK 0.37 0.97 0 0.31
HSL 276.92º 0.93% 0.35% -
HSV(B) 276.92º 0.97% 0.69% -
XYZ 14.23 6.54 41.07 -
YUV 56.36 194.96 166.26 -
System Red Green Blue C M Y K H S L
Decimal 110 6 175 0.37 0.97 0 0.31 276.92 0.93 0.35
Hex 6E 6 AF 25 61 0 1F 115 5D 23
Octal 156 6 257 45 141 0 37 425 135 43
Binary 1101110 110 10101111 100101 1100001 0 11111 100010101 1011101 100011

Color Harmonies of #6E06AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E06AF

Black with #6E06AF

Text Example


Text Example

White with #6E06AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,6,175); }

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

background-color css

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

 a { background-color: rgb(110,6,175); }

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

border-color css

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

 span { border-color: rgb(110,6,175); }

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