Html Css Color HEX #5238C7 Purple Heart

📋 copy color: '#5238C7'

red 82 ◦ green 56 ◦ blue 199

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

Shades of Purple Heart #5238C7

Tints of Purple Heart #5238C7

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.62%

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

R = 24.33%
G = 16.62%
B = 59.05%

CMYK

 C value IS 0.59

 M value IS 0.72

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#5238C7 (or 0x5238C7) is known color: Purple Heart. HEX triplet: 52, 38 and C7. RGB value is (82,56,199). Sum of RGB (Red+Green+Blue) = 82+56+199=337 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.33% from 337); Green value is 56 (22.27% from 255 or 16.62% from 337); Blue value is 199 (78.12% from 255 or 59.05% from 337); Max value from RGB is 199 - color contains mainly: blue. Hex color #5238C7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5238C7 is #ADC738. Grayscale: #4F4F4F. Windows color (decimal): -11388729 or 13056082. OLE color: 13056082.

HSL color Cylindrical-coordinate representation of color #5238C7: hue angle of 250.91º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5238C7 is Cyan = 0.59, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 82 56 199 -
CMYK 0.59 0.72 0 0.22
HSL 250.91º 0.56% 0.5% -
HSV(B) 250.91º 0.72% 0.78% -
XYZ 15.2 8.75 54.92 -
YUV 80.08 195.11 129.37 -
System Red Green Blue C M Y K H S L
Decimal 82 56 199 0.59 0.72 0 0.22 250.91 0.56 0.5
Hex 52 38 C7 3B 48 0 16 FB 38 32
Octal 122 70 307 73 110 0 26 373 70 62
Binary 1010010 111000 11000111 111011 1001000 0 10110 11111011 111000 110010

Color Harmonies of #5238C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5238C7

Black with #5238C7

Text Example


Text Example

White with #5238C7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,56,199); }

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

background-color css

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

 a { background-color: rgb(82,56,199); }

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

border-color css

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

 span { border-color: rgb(82,56,199); }

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