Html Css Color HEX #6224B8 Purple Heart

📋 copy color: '#6224B8'

red 98 ◦ green 36 ◦ blue 184

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

Shades of Purple Heart #6224B8

Tints of Purple Heart #6224B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 57.86%

R = 30.82%
G = 11.32%
B = 57.86%

CMYK

 C value IS 0.47

 M value IS 0.80

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#6224B8 (or 0x6224B8) is known color: Purple Heart. HEX triplet: 62, 24 and B8. RGB value is (98,36,184). Sum of RGB (Red+Green+Blue) = 98+36+184=318 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.82% from 318); Green value is 36 (14.45% from 255 or 11.32% from 318); Blue value is 184 (72.27% from 255 or 57.86% from 318); Max value from RGB is 184 - color contains mainly: blue. Hex color #6224B8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6224B8 is #9DDB47. Grayscale: #464646. Windows color (decimal): -10345288 or 12067938. OLE color: 12067938.

HSL color Cylindrical-coordinate representation of color #6224B8: hue angle of 265.14º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6224B8 is Cyan = 0.47, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 98 36 184 -
CMYK 0.47 0.80 0 0.28
HSL 265.14º 0.67% 0.43% -
HSV(B) 265.14º 0.8% 0.72% -
XYZ 14.32 7.32 46.01 -
YUV 71.41 191.54 146.97 -
System Red Green Blue C M Y K H S L
Decimal 98 36 184 0.47 0.80 0 0.28 265.14 0.67 0.43
Hex 62 24 B8 2F 50 0 1C 109 43 2B
Octal 142 44 270 57 120 0 34 411 103 53
Binary 1100010 100100 10111000 101111 1010000 0 11100 100001001 1000011 101011

Color Harmonies of #6224B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6224B8

Black with #6224B8

Text Example


Text Example

White with #6224B8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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