Html Css Color HEX #6F22BE Purple Heart

📋 copy color: '#6F22BE'

red 111 ◦ green 34 ◦ blue 190

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

Shades of Purple Heart #6F22BE

Tints of Purple Heart #6F22BE

RGB

 RED value IS 111 (43.75% from 255) = 33.13%

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

 BLUE value IS 190 (74.61% from 255) = 56.72%

R = 33.13%
G = 10.15%
B = 56.72%

CMYK

 C value IS 0.42

 M value IS 0.82

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6F22BE (or 0x6F22BE) is known color: Purple Heart. HEX triplet: 6F, 22 and BE. RGB value is (111,34,190). Sum of RGB (Red+Green+Blue) = 111+34+190=335 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.13% from 335); Green value is 34 (13.67% from 255 or 10.15% from 335); Blue value is 190 (74.61% from 255 or 56.72% from 335); Max value from RGB is 190 - color contains mainly: blue. Hex color #6F22BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F22BE is #90DD41. Grayscale: #4A4A4A. Windows color (decimal): -9493826 or 12460655. OLE color: 12460655.

HSL color Cylindrical-coordinate representation of color #6F22BE: hue angle of 269.62º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6F22BE is Cyan = 0.42, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 111 34 190 -
CMYK 0.42 0.82 0 0.25
HSL 269.62º 0.7% 0.44% -
HSV(B) 269.62º 0.82% 0.75% -
XYZ 16.42 8.24 49.44 -
YUV 74.81 193.01 153.82 -
System Red Green Blue C M Y K H S L
Decimal 111 34 190 0.42 0.82 0 0.25 269.62 0.7 0.44
Hex 6F 22 BE 2A 52 0 19 10E 46 2C
Octal 157 42 276 52 122 0 31 416 106 54
Binary 1101111 100010 10111110 101010 1010010 0 11001 100001110 1000110 101100

Color Harmonies of #6F22BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F22BE

Black with #6F22BE

Text Example


Text Example

White with #6F22BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,34,190); }

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

background-color css

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

 a { background-color: rgb(111,34,190); }

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

border-color css

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

 span { border-color: rgb(111,34,190); }

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