Html Css Color HEX #6E0BCF Purple Heart

📋 copy color: '#6E0BCF'

red 110 ◦ green 11 ◦ blue 207

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

Shades of Purple Heart #6E0BCF

Tints of Purple Heart #6E0BCF

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.35%

 BLUE value IS 207 (81.25% from 255) = 63.11%

R = 33.54%
G = 3.35%
B = 63.11%

CMYK

 C value IS 0.47

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6E0BCF (or 0x6E0BCF) is known color: Purple Heart. HEX triplet: 6E, 0B and CF. RGB value is (110,11,207). Sum of RGB (Red+Green+Blue) = 110+11+207=328 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.54% from 328); Green value is 11 (4.69% from 255 or 3.35% from 328); Blue value is 207 (81.25% from 255 or 63.11% from 328); Max value from RGB is 207 - color contains mainly: blue. Hex color #6E0BCF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E0BCF is #91F430. Grayscale: #3E3E3E. Windows color (decimal): -9565233 or 13568878. OLE color: 13568878.

HSL color Cylindrical-coordinate representation of color #6E0BCF: hue angle of 270.31º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6E0BCF is Cyan = 0.47, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 110 11 207 -
CMYK 0.47 0.95 0 0.19
HSL 270.31º 0.9% 0.43% -
HSV(B) 270.31º 0.95% 0.81% -
XYZ 17.81 8.06 59.65 -
YUV 62.95 209.3 161.56 -
System Red Green Blue C M Y K H S L
Decimal 110 11 207 0.47 0.95 0 0.19 270.31 0.9 0.43
Hex 6E B CF 2F 5F 0 13 10E 5A 2B
Octal 156 13 317 57 137 0 23 416 132 53
Binary 1101110 1011 11001111 101111 1011111 0 10011 100001110 1011010 101011

Color Harmonies of #6E0BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E0BCF

Black with #6E0BCF

Text Example


Text Example

White with #6E0BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,11,207); }

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

background-color css

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

 a { background-color: rgb(110,11,207); }

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

border-color css

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

 span { border-color: rgb(110,11,207); }

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