Html Css Color HEX #5325CE Purple Heart

📋 copy color: '#5325CE'

red 83 ◦ green 37 ◦ blue 206

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

Shades of Purple Heart #5325CE

Tints of Purple Heart #5325CE

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.35%

 BLUE value IS 206 (80.86% from 255) = 63.19%

R = 25.46%
G = 11.35%
B = 63.19%

CMYK

 C value IS 0.60

 M value IS 0.82

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5325CE (or 0x5325CE) is known color: Purple Heart. HEX triplet: 53, 25 and CE. RGB value is (83,37,206). Sum of RGB (Red+Green+Blue) = 83+37+206=326 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.46% from 326); Green value is 37 (14.84% from 255 or 11.35% from 326); Blue value is 206 (80.86% from 255 or 63.19% from 326); Max value from RGB is 206 - color contains mainly: blue. Hex color #5325CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5325CE is #ACDA31. Grayscale: #454545. Windows color (decimal): -11328050 or 13509971. OLE color: 13509971.

HSL color Cylindrical-coordinate representation of color #5325CE: hue angle of 256.33º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5325CE is Cyan = 0.60, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 83 37 206 -
CMYK 0.60 0.82 0 0.19
HSL 256.33º 0.7% 0.48% -
HSV(B) 256.33º 0.82% 0.81% -
XYZ 15.37 7.62 59.05 -
YUV 70.02 204.74 137.26 -
System Red Green Blue C M Y K H S L
Decimal 83 37 206 0.60 0.82 0 0.19 256.33 0.7 0.48
Hex 53 25 CE 3C 52 0 13 100 46 30
Octal 123 45 316 74 122 0 23 400 106 60
Binary 1010011 100101 11001110 111100 1010010 0 10011 100000000 1000110 110000

Color Harmonies of #5325CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5325CE

Black with #5325CE

Text Example


Text Example

White with #5325CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5325CE; }

 p { color: rgb(83,37,206); }

 H1.HeaderClassName
 {
   color: #5325CE;
 }
 .AnyTagClassName
 {
   color: #5325CE;
 }
</style>

background-color css

<style>
 a { background-color: #5325CE; }

 a { background-color: rgb(83,37,206); }

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

border-color css

<style>
 span { border-color: #5325CE; }

 span { border-color: rgb(83,37,206); }

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