Html Css Color HEX #5F38DF Purple Heart

📋 copy color: '#5F38DF'

red 95 ◦ green 56 ◦ blue 223

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

Shades of Purple Heart #5F38DF

Tints of Purple Heart #5F38DF

RGB

 RED value IS 95 (37.5% from 255) = 25.4%

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

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

R = 25.4%
G = 14.97%
B = 59.63%

CMYK

 C value IS 0.57

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5F38DF (or 0x5F38DF) is known color: Purple Heart. HEX triplet: 5F, 38 and DF. RGB value is (95,56,223). Sum of RGB (Red+Green+Blue) = 95+56+223=374 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.40% from 374); Green value is 56 (22.27% from 255 or 14.97% from 374); Blue value is 223 (87.5% from 255 or 59.63% from 374); Max value from RGB is 223 - color contains mainly: blue. Hex color #5F38DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F38DF is #A0C720. Grayscale: #565656. Windows color (decimal): -10536737 or 14628959. OLE color: 14628959.

HSL color Cylindrical-coordinate representation of color #5F38DF: hue angle of 254.01º 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 #5F38DF is Cyan = 0.57, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 95 56 223 -
CMYK 0.57 0.75 0 0.13
HSL 254.01º 0.72% 0.55% -
HSV(B) 254.01º 0.75% 0.87% -
XYZ 19.45 10.59 70.83 -
YUV 86.7 204.92 133.92 -
System Red Green Blue C M Y K H S L
Decimal 95 56 223 0.57 0.75 0 0.13 254.01 0.72 0.55
Hex 5F 38 DF 39 4B 0 D FE 48 37
Octal 137 70 337 71 113 0 15 376 110 67
Binary 1011111 111000 11011111 111001 1001011 0 1101 11111110 1001000 110111

Color Harmonies of #5F38DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F38DF

Black with #5F38DF

Text Example


Text Example

White with #5F38DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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