Html Css Color HEX #5A38DF Purple Heart

📋 copy color: '#5A38DF'

red 90 ◦ green 56 ◦ blue 223

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

Shades of Purple Heart #5A38DF

Tints of Purple Heart #5A38DF

RGB

 RED value IS 90 (35.55% from 255) = 24.39%

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

 BLUE value IS 223 (87.5% from 255) = 60.43%

R = 24.39%
G = 15.18%
B = 60.43%

CMYK

 C value IS 0.60

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5A38DF (or 0x5A38DF) is known color: Purple Heart. HEX triplet: 5A, 38 and DF. RGB value is (90,56,223). Sum of RGB (Red+Green+Blue) = 90+56+223=369 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.39% from 369); Green value is 56 (22.27% from 255 or 15.18% from 369); Blue value is 223 (87.5% from 255 or 60.43% from 369); Max value from RGB is 223 - color contains mainly: blue. Hex color #5A38DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A38DF is #A5C720. Grayscale: #545454. Windows color (decimal): -10864417 or 14628954. OLE color: 14628954.

HSL color Cylindrical-coordinate representation of color #5A38DF: hue angle of 252.22º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5A38DF is Cyan = 0.60, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 90 56 223 -
CMYK 0.60 0.75 0 0.13
HSL 252.22º 0.72% 0.55% -
HSV(B) 252.22º 0.75% 0.87% -
XYZ 18.95 10.33 70.81 -
YUV 85.2 205.76 131.42 -
System Red Green Blue C M Y K H S L
Decimal 90 56 223 0.60 0.75 0 0.13 252.22 0.72 0.55
Hex 5A 38 DF 3C 4B 0 D FC 48 37
Octal 132 70 337 74 113 0 15 374 110 67
Binary 1011010 111000 11011111 111100 1001011 0 1101 11111100 1001000 110111

Color Harmonies of #5A38DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A38DF

Black with #5A38DF

Text Example


Text Example

White with #5A38DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A38DF; }

 p { color: rgb(90,56,223); }

 H1.HeaderClassName
 {
   color: #5A38DF;
 }
 .AnyTagClassName
 {
   color: #5A38DF;
 }
</style>

background-color css

<style>
 a { background-color: #5A38DF; }

 a { background-color: rgb(90,56,223); }

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

border-color css

<style>
 span { border-color: #5A38DF; }

 span { border-color: rgb(90,56,223); }

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