Html Css Color HEX #6E08B4 Purple Heart

📋 copy color: '#6E08B4'

red 110 ◦ green 8 ◦ blue 180

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

Shades of Purple Heart #6E08B4

Tints of Purple Heart #6E08B4

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.68%

 BLUE value IS 180 (70.7% from 255) = 60.4%

R = 36.91%
G = 2.68%
B = 60.4%

CMYK

 C value IS 0.39

 M value IS 0.96

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#6E08B4 (or 0x6E08B4) is known color: Purple Heart. HEX triplet: 6E, 08 and B4. RGB value is (110,8,180). Sum of RGB (Red+Green+Blue) = 110+8+180=298 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.91% from 298); Green value is 8 (3.52% from 255 or 2.68% from 298); Blue value is 180 (70.70% from 255 or 60.40% from 298); Max value from RGB is 180 - color contains mainly: blue. Hex color #6E08B4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E08B4 is #91F74B. Grayscale: #393939. Windows color (decimal): -9566028 or 11798638. OLE color: 11798638.

HSL color Cylindrical-coordinate representation of color #6E08B4: hue angle of 275.58º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6E08B4 is Cyan = 0.39, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 110 8 180 -
CMYK 0.39 0.96 0 0.29
HSL 275.58º 0.91% 0.37% -
HSV(B) 275.58º 0.96% 0.71% -
XYZ 14.76 6.78 43.71 -
YUV 58.11 196.79 165.01 -
System Red Green Blue C M Y K H S L
Decimal 110 8 180 0.39 0.96 0 0.29 275.58 0.91 0.37
Hex 6E 8 B4 27 60 0 1D 114 5B 25
Octal 156 10 264 47 140 0 35 424 133 45
Binary 1101110 1000 10110100 100111 1100000 0 11101 100010100 1011011 100101

Color Harmonies of #6E08B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E08B4

Black with #6E08B4

Text Example


Text Example

White with #6E08B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,8,180); }

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

background-color css

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

 a { background-color: rgb(110,8,180); }

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

border-color css

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

 span { border-color: rgb(110,8,180); }

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