Html Css Color HEX #5331C7 Purple Heart

📋 copy color: '#5331C7'

red 83 ◦ green 49 ◦ blue 199

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

Shades of Purple Heart #5331C7

Tints of Purple Heart #5331C7

RGB

 RED value IS 83 (32.81% from 255) = 25.08%

 GREEN value IS 49 (19.53% from 255) = 14.8%

 BLUE value IS 199 (78.13% from 255) = 60.12%

R = 25.08%
G = 14.8%
B = 60.12%

CMYK

 C value IS 0.58

 M value IS 0.75

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#5331C7 (or 0x5331C7) is known color: Purple Heart. HEX triplet: 53, 31 and C7. RGB value is (83,49,199). Sum of RGB (Red+Green+Blue) = 83+49+199=331 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.08% from 331); Green value is 49 (19.53% from 255 or 14.80% from 331); Blue value is 199 (78.12% from 255 or 60.12% from 331); Max value from RGB is 199 - color contains mainly: blue. Hex color #5331C7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5331C7 is #ACCE38. Grayscale: #4B4B4B. Windows color (decimal): -11324985 or 13054291. OLE color: 13054291.

HSL color Cylindrical-coordinate representation of color #5331C7: hue angle of 253.6º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5331C7 is Cyan = 0.58, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 83 49 199 -
CMYK 0.58 0.75 0 0.22
HSL 253.6º 0.6% 0.49% -
HSV(B) 253.6º 0.75% 0.78% -
XYZ 14.97 8.16 54.82 -
YUV 76.27 197.26 132.8 -
System Red Green Blue C M Y K H S L
Decimal 83 49 199 0.58 0.75 0 0.22 253.6 0.6 0.49
Hex 53 31 C7 3A 4B 0 16 FE 3C 31
Octal 123 61 307 72 113 0 26 376 74 61
Binary 1010011 110001 11000111 111010 1001011 0 10110 11111110 111100 110001

Color Harmonies of #5331C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5331C7

Black with #5331C7

Text Example


Text Example

White with #5331C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5331C7; }

 p { color: rgb(83,49,199); }

 H1.HeaderClassName
 {
   color: #5331C7;
 }
 .AnyTagClassName
 {
   color: #5331C7;
 }
</style>

background-color css

<style>
 a { background-color: #5331C7; }

 a { background-color: rgb(83,49,199); }

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

border-color css

<style>
 span { border-color: #5331C7; }

 span { border-color: rgb(83,49,199); }

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