Html Css Color HEX #6222BE Purple Heart

📋 copy color: '#6222BE'

red 98 ◦ green 34 ◦ blue 190

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

Shades of Purple Heart #6222BE

Tints of Purple Heart #6222BE

RGB

 RED value IS 98 (38.67% from 255) = 30.43%

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

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

R = 30.43%
G = 10.56%
B = 59.01%

CMYK

 C value IS 0.48

 M value IS 0.82

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6222BE (or 0x6222BE) is known color: Purple Heart. HEX triplet: 62, 22 and BE. RGB value is (98,34,190). Sum of RGB (Red+Green+Blue) = 98+34+190=322 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.43% from 322); Green value is 34 (13.67% from 255 or 10.56% from 322); Blue value is 190 (74.61% from 255 or 59.01% from 322); Max value from RGB is 190 - color contains mainly: blue. Hex color #6222BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6222BE is #9DDD41. Grayscale: #464646. Windows color (decimal): -10345794 or 12460642. OLE color: 12460642.

HSL color Cylindrical-coordinate representation of color #6222BE: hue angle of 264.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 #6222BE is Cyan = 0.48, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 98 34 190 -
CMYK 0.48 0.82 0 0.25
HSL 264.62º 0.7% 0.44% -
HSV(B) 264.62º 0.82% 0.75% -
XYZ 14.9 7.46 49.37 -
YUV 70.92 195.2 147.32 -
System Red Green Blue C M Y K H S L
Decimal 98 34 190 0.48 0.82 0 0.25 264.62 0.7 0.44
Hex 62 22 BE 30 52 0 19 109 46 2C
Octal 142 42 276 60 122 0 31 411 106 54
Binary 1100010 100010 10111110 110000 1010010 0 11001 100001001 1000110 101100

Color Harmonies of #6222BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6222BE

Black with #6222BE

Text Example


Text Example

White with #6222BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6222BE; }

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

 H1.HeaderClassName
 {
   color: #6222BE;
 }
 .AnyTagClassName
 {
   color: #6222BE;
 }
</style>

background-color css

<style>
 a { background-color: #6222BE; }

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

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

border-color css

<style>
 span { border-color: #6222BE; }

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

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