Html Css Color HEX #6224BB Purple Heart

📋 copy color: '#6224BB'

red 98 ◦ green 36 ◦ blue 187

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

Shades of Purple Heart #6224BB

Tints of Purple Heart #6224BB

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.21%

 BLUE value IS 187 (73.44% from 255) = 58.26%

R = 30.53%
G = 11.21%
B = 58.26%

CMYK

 C value IS 0.48

 M value IS 0.81

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6224BB (or 0x6224BB) is known color: Purple Heart. HEX triplet: 62, 24 and BB. RGB value is (98,36,187). Sum of RGB (Red+Green+Blue) = 98+36+187=321 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.53% from 321); Green value is 36 (14.45% from 255 or 11.21% from 321); Blue value is 187 (73.44% from 255 or 58.26% from 321); Max value from RGB is 187 - color contains mainly: blue. Hex color #6224BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6224BB is #9DDB44. Grayscale: #474747. Windows color (decimal): -10345285 or 12264546. OLE color: 12264546.

HSL color Cylindrical-coordinate representation of color #6224BB: hue angle of 264.64º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6224BB is Cyan = 0.48, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 98 36 187 -
CMYK 0.48 0.81 0 0.27
HSL 264.64º 0.68% 0.44% -
HSV(B) 264.64º 0.81% 0.73% -
XYZ 14.64 7.45 47.68 -
YUV 71.75 193.04 146.72 -
System Red Green Blue C M Y K H S L
Decimal 98 36 187 0.48 0.81 0 0.27 264.64 0.68 0.44
Hex 62 24 BB 30 51 0 1B 109 44 2C
Octal 142 44 273 60 121 0 33 411 104 54
Binary 1100010 100100 10111011 110000 1010001 0 11011 100001001 1000100 101100

Color Harmonies of #6224BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6224BB

Black with #6224BB

Text Example


Text Example

White with #6224BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6224BB; }

 p { color: rgb(98,36,187); }

 H1.HeaderClassName
 {
   color: #6224BB;
 }
 .AnyTagClassName
 {
   color: #6224BB;
 }
</style>

background-color css

<style>
 a { background-color: #6224BB; }

 a { background-color: rgb(98,36,187); }

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

border-color css

<style>
 span { border-color: #6224BB; }

 span { border-color: rgb(98,36,187); }

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