Html Css Color HEX #6D22BC Purple Heart

📋 copy color: '#6D22BC'

red 109 ◦ green 34 ◦ blue 188

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

Shades of Purple Heart #6D22BC

Tints of Purple Heart #6D22BC

RGB

 RED value IS 109 (42.97% from 255) = 32.93%

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

 BLUE value IS 188 (73.83% from 255) = 56.8%

R = 32.93%
G = 10.27%
B = 56.8%

CMYK

 C value IS 0.42

 M value IS 0.82

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6D22BC (or 0x6D22BC) is known color: Purple Heart. HEX triplet: 6D, 22 and BC. RGB value is (109,34,188). Sum of RGB (Red+Green+Blue) = 109+34+188=331 (43% of max value = 765). Red value is 109 (42.97% from 255 or 32.93% from 331); Green value is 34 (13.67% from 255 or 10.27% from 331); Blue value is 188 (73.83% from 255 or 56.80% from 331); Max value from RGB is 188 - color contains mainly: blue. Hex color #6D22BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D22BC is #92DD43. Grayscale: #494949. Windows color (decimal): -9624900 or 12329581. OLE color: 12329581.

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

Color convert

RGB 109 34 188 -
CMYK 0.42 0.82 0 0.26
HSL 269.22º 0.69% 0.44% -
HSV(B) 269.22º 0.82% 0.74% -
XYZ 15.96 8.03 48.29 -
YUV 73.98 192.35 152.98 -
System Red Green Blue C M Y K H S L
Decimal 109 34 188 0.42 0.82 0 0.26 269.22 0.69 0.44
Hex 6D 22 BC 2A 52 0 1A 10D 45 2C
Octal 155 42 274 52 122 0 32 415 105 54
Binary 1101101 100010 10111100 101010 1010010 0 11010 100001101 1000101 101100

Color Harmonies of #6D22BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D22BC

Black with #6D22BC

Text Example


Text Example

White with #6D22BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,34,188); }

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

background-color css

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

 a { background-color: rgb(109,34,188); }

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

border-color css

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

 span { border-color: rgb(109,34,188); }

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