Html Css Color HEX #6E1ACF Purple Heart

📋 copy color: '#6E1ACF'

red 110 ◦ green 26 ◦ blue 207

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

Shades of Purple Heart #6E1ACF

Tints of Purple Heart #6E1ACF

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.58%

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

R = 32.07%
G = 7.58%
B = 60.35%

CMYK

 C value IS 0.47

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6E1ACF (or 0x6E1ACF) is known color: Purple Heart. HEX triplet: 6E, 1A and CF. RGB value is (110,26,207). Sum of RGB (Red+Green+Blue) = 110+26+207=343 (45% of max value = 765). Red value is 110 (43.36% from 255 or 32.07% from 343); Green value is 26 (10.55% from 255 or 7.58% from 343); Blue value is 207 (81.25% from 255 or 60.35% from 343); Max value from RGB is 207 - color contains mainly: blue. Hex color #6E1ACF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E1ACF is #91E530. Grayscale: #474747. Windows color (decimal): -9561393 or 13572718. OLE color: 13572718.

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

Color convert

RGB 110 26 207 -
CMYK 0.47 0.87 0 0.19
HSL 267.85º 0.78% 0.46% -
HSV(B) 267.85º 0.87% 0.81% -
XYZ 18.06 8.56 59.73 -
YUV 71.75 204.33 155.28 -
System Red Green Blue C M Y K H S L
Decimal 110 26 207 0.47 0.87 0 0.19 267.85 0.78 0.46
Hex 6E 1A CF 2F 57 0 13 10C 4E 2E
Octal 156 32 317 57 127 0 23 414 116 56
Binary 1101110 11010 11001111 101111 1010111 0 10011 100001100 1001110 101110

Color Harmonies of #6E1ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E1ACF

Black with #6E1ACF

Text Example


Text Example

White with #6E1ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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