Html Css Color HEX #6E22CF Purple Heart

📋 copy color: '#6E22CF'

red 110 ◦ green 34 ◦ blue 207

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

Shades of Purple Heart #6E22CF

Tints of Purple Heart #6E22CF

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.69%

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

R = 31.34%
G = 9.69%
B = 58.97%

CMYK

 C value IS 0.47

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6E22CF (or 0x6E22CF) is known color: Purple Heart. HEX triplet: 6E, 22 and CF. RGB value is (110,34,207). Sum of RGB (Red+Green+Blue) = 110+34+207=351 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.34% from 351); Green value is 34 (13.67% from 255 or 9.69% from 351); Blue value is 207 (81.25% from 255 or 58.97% from 351); Max value from RGB is 207 - color contains mainly: blue. Hex color #6E22CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E22CF is #91DD30. Grayscale: #4B4B4B. Windows color (decimal): -9559345 or 13574766. OLE color: 13574766.

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

Color convert

RGB 110 34 207 -
CMYK 0.47 0.84 0 0.19
HSL 266.36º 0.72% 0.47% -
HSV(B) 266.36º 0.84% 0.81% -
XYZ 18.26 8.96 59.8 -
YUV 76.45 201.68 151.93 -
System Red Green Blue C M Y K H S L
Decimal 110 34 207 0.47 0.84 0 0.19 266.36 0.72 0.47
Hex 6E 22 CF 2F 54 0 13 10A 48 2F
Octal 156 42 317 57 124 0 23 412 110 57
Binary 1101110 100010 11001111 101111 1010100 0 10011 100001010 1001000 101111

Color Harmonies of #6E22CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E22CF

Black with #6E22CF

Text Example


Text Example

White with #6E22CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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