Html Css Color HEX #6224BA Purple Heart

📋 copy color: '#6224BA'

red 98 ◦ green 36 ◦ blue 186

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

Shades of Purple Heart #6224BA

Tints of Purple Heart #6224BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 58.13%

R = 30.63%
G = 11.25%
B = 58.13%

CMYK

 C value IS 0.47

 M value IS 0.81

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6224BA (or 0x6224BA) is known color: Purple Heart. HEX triplet: 62, 24 and BA. RGB value is (98,36,186). Sum of RGB (Red+Green+Blue) = 98+36+186=320 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.62% from 320); Green value is 36 (14.45% from 255 or 11.25% from 320); Blue value is 186 (73.05% from 255 or 58.12% from 320); Max value from RGB is 186 - color contains mainly: blue. Hex color #6224BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6224BA is #9DDB45. Grayscale: #474747. Windows color (decimal): -10345286 or 12199010. OLE color: 12199010.

HSL color Cylindrical-coordinate representation of color #6224BA: hue angle of 264.8º 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 #6224BA is Cyan = 0.47, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 98 36 186 -
CMYK 0.47 0.81 0 0.27
HSL 264.8º 0.68% 0.44% -
HSV(B) 264.8º 0.81% 0.73% -
XYZ 14.53 7.4 47.12 -
YUV 71.64 192.54 146.8 -
System Red Green Blue C M Y K H S L
Decimal 98 36 186 0.47 0.81 0 0.27 264.8 0.68 0.44
Hex 62 24 BA 2F 51 0 1B 109 44 2C
Octal 142 44 272 57 121 0 33 411 104 54
Binary 1100010 100100 10111010 101111 1010001 0 11011 100001001 1000100 101100

Color Harmonies of #6224BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6224BA

Black with #6224BA

Text Example


Text Example

White with #6224BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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