Html Css Color HEX #5239CD Purple Heart

📋 copy color: '#5239CD'

red 82 ◦ green 57 ◦ blue 205

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

Shades of Purple Heart #5239CD

Tints of Purple Heart #5239CD

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.57%

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

R = 23.84%
G = 16.57%
B = 59.59%

CMYK

 C value IS 0.6

 M value IS 0.72

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5239CD (or 0x5239CD) is known color: Purple Heart. HEX triplet: 52, 39 and CD. RGB value is (82,57,205). Sum of RGB (Red+Green+Blue) = 82+57+205=344 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.84% from 344); Green value is 57 (22.66% from 255 or 16.57% from 344); Blue value is 205 (80.47% from 255 or 59.59% from 344); Max value from RGB is 205 - color contains mainly: blue. Hex color #5239CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5239CD is #ADC632. Grayscale: #505050. Windows color (decimal): -11388467 or 13449554. OLE color: 13449554.

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

Color convert

RGB 82 57 205 -
CMYK 0.6 0.72 0 0.20
HSL 250.14º 0.6% 0.51% -
HSV(B) 250.14º 0.72% 0.8% -
XYZ 15.96 9.13 58.68 -
YUV 81.35 197.78 128.47 -
System Red Green Blue C M Y K H S L
Decimal 82 57 205 0.6 0.72 0 0.20 250.14 0.6 0.51
Hex 52 39 CD 3C 48 0 14 FA 3C 33
Octal 122 71 315 74 110 0 24 372 74 63
Binary 1010010 111001 11001101 111100 1001000 0 10100 11111010 111100 110011

Color Harmonies of #5239CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5239CD

Black with #5239CD

Text Example


Text Example

White with #5239CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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