Html Css Color HEX #6E09C0 Purple Heart

📋 copy color: '#6E09C0'

red 110 ◦ green 9 ◦ blue 192

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

Shades of Purple Heart #6E09C0

Tints of Purple Heart #6E09C0

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.89%

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

R = 35.37%
G = 2.89%
B = 61.74%

CMYK

 C value IS 0.43

 M value IS 0.95

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6E09C0 (or 0x6E09C0) is known color: Purple Heart. HEX triplet: 6E, 09 and C0. RGB value is (110,9,192). Sum of RGB (Red+Green+Blue) = 110+9+192=311 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.37% from 311); Green value is 9 (3.91% from 255 or 2.89% from 311); Blue value is 192 (75.39% from 255 or 61.74% from 311); Max value from RGB is 192 - color contains mainly: blue. Hex color #6E09C0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E09C0 is #91F63F. Grayscale: #3B3B3B. Windows color (decimal): -9565760 or 12585326. OLE color: 12585326.

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

Color convert

RGB 110 9 192 -
CMYK 0.43 0.95 0 0.25
HSL 273.11º 0.91% 0.39% -
HSV(B) 273.11º 0.95% 0.75% -
XYZ 16.04 7.32 50.44 -
YUV 60.06 202.46 163.62 -
System Red Green Blue C M Y K H S L
Decimal 110 9 192 0.43 0.95 0 0.25 273.11 0.91 0.39
Hex 6E 9 C0 2B 5F 0 19 111 5B 27
Octal 156 11 300 53 137 0 31 421 133 47
Binary 1101110 1001 11000000 101011 1011111 0 11001 100010001 1011011 100111

Color Harmonies of #6E09C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E09C0

Black with #6E09C0

Text Example


Text Example

White with #6E09C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,9,192); }

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

background-color css

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

 a { background-color: rgb(110,9,192); }

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

border-color css

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

 span { border-color: rgb(110,9,192); }

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