Html Css Color HEX #6B22BE Purple Heart

📋 copy color: '#6B22BE'

red 107 ◦ green 34 ◦ blue 190

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

Shades of Purple Heart #6B22BE

Tints of Purple Heart #6B22BE

RGB

 RED value IS 107 (42.19% from 255) = 32.33%

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

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

R = 32.33%
G = 10.27%
B = 57.4%

CMYK

 C value IS 0.44

 M value IS 0.82

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6B22BE (or 0x6B22BE) is known color: Purple Heart. HEX triplet: 6B, 22 and BE. RGB value is (107,34,190). Sum of RGB (Red+Green+Blue) = 107+34+190=331 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.33% from 331); Green value is 34 (13.67% from 255 or 10.27% from 331); Blue value is 190 (74.61% from 255 or 57.40% from 331); Max value from RGB is 190 - color contains mainly: blue. Hex color #6B22BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B22BE is #94DD41. Grayscale: #494949. Windows color (decimal): -9755970 or 12460651. OLE color: 12460651.

HSL color Cylindrical-coordinate representation of color #6B22BE: hue angle of 268.08º 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 #6B22BE is Cyan = 0.44, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 107 34 190 -
CMYK 0.44 0.82 0 0.25
HSL 268.08º 0.7% 0.44% -
HSV(B) 268.08º 0.82% 0.75% -
XYZ 15.93 7.99 49.42 -
YUV 73.61 193.68 151.82 -
System Red Green Blue C M Y K H S L
Decimal 107 34 190 0.44 0.82 0 0.25 268.08 0.7 0.44
Hex 6B 22 BE 2C 52 0 19 10C 46 2C
Octal 153 42 276 54 122 0 31 414 106 54
Binary 1101011 100010 10111110 101100 1010010 0 11001 100001100 1000110 101100

Color Harmonies of #6B22BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B22BE

Black with #6B22BE

Text Example


Text Example

White with #6B22BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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