Html Css Color HEX #5237CD Purple Heart

📋 copy color: '#5237CD'

red 82 ◦ green 55 ◦ blue 205

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

Shades of Purple Heart #5237CD

Tints of Purple Heart #5237CD

RGB

 RED value IS 82 (32.42% from 255) = 23.98%

 GREEN value IS 55 (21.88% from 255) = 16.08%

 BLUE value IS 205 (80.47% from 255) = 59.94%

R = 23.98%
G = 16.08%
B = 59.94%

CMYK

 C value IS 0.6

 M value IS 0.73

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5237CD (or 0x5237CD) is known color: Purple Heart. HEX triplet: 52, 37 and CD. RGB value is (82,55,205). Sum of RGB (Red+Green+Blue) = 82+55+205=342 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.98% from 342); Green value is 55 (21.88% from 255 or 16.08% from 342); Blue value is 205 (80.47% from 255 or 59.94% from 342); Max value from RGB is 205 - color contains mainly: blue. Hex color #5237CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5237CD is #ADC832. Grayscale: #4F4F4F. Windows color (decimal): -11388979 or 13449042. OLE color: 13449042.

HSL color Cylindrical-coordinate representation of color #5237CD: hue angle of 250.8º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5237CD is Cyan = 0.6, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 82 55 205 -
CMYK 0.6 0.73 0 0.20
HSL 250.8º 0.6% 0.51% -
HSV(B) 250.8º 0.73% 0.8% -
XYZ 15.87 8.93 58.65 -
YUV 80.17 198.45 129.3 -
System Red Green Blue C M Y K H S L
Decimal 82 55 205 0.6 0.73 0 0.20 250.8 0.6 0.51
Hex 52 37 CD 3C 49 0 14 FB 3C 33
Octal 122 67 315 74 111 0 24 373 74 63
Binary 1010010 110111 11001101 111100 1001001 0 10100 11111011 111100 110011

Color Harmonies of #5237CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5237CD

Black with #5237CD

Text Example


Text Example

White with #5237CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5237CD; }

 p { color: rgb(82,55,205); }

 H1.HeaderClassName
 {
   color: #5237CD;
 }
 .AnyTagClassName
 {
   color: #5237CD;
 }
</style>

background-color css

<style>
 a { background-color: #5237CD; }

 a { background-color: rgb(82,55,205); }

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

border-color css

<style>
 span { border-color: #5237CD; }

 span { border-color: rgb(82,55,205); }

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