Html Css Color HEX #5F3DB4 Purple Heart

📋 copy color: '#5F3DB4'

red 95 ◦ green 61 ◦ blue 180

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

Shades of Purple Heart #5F3DB4

Tints of Purple Heart #5F3DB4

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.15%

 BLUE value IS 180 (70.7% from 255) = 53.57%

R = 28.27%
G = 18.15%
B = 53.57%

CMYK

 C value IS 0.47

 M value IS 0.66

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#5F3DB4 (or 0x5F3DB4) is known color: Purple Heart. HEX triplet: 5F, 3D and B4. RGB value is (95,61,180). Sum of RGB (Red+Green+Blue) = 95+61+180=336 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.27% from 336); Green value is 61 (24.22% from 255 or 18.15% from 336); Blue value is 180 (70.70% from 255 or 53.57% from 336); Max value from RGB is 180 - color contains mainly: blue. Hex color #5F3DB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F3DB4 is #A0C24B. Grayscale: #545454. Windows color (decimal): -10535500 or 11812191. OLE color: 11812191.

HSL color Cylindrical-coordinate representation of color #5F3DB4: hue angle of 257.14º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5F3DB4 is Cyan = 0.47, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 95 61 180 -
CMYK 0.47 0.66 0 0.29
HSL 257.14º 0.49% 0.47% -
HSV(B) 257.14º 0.66% 0.71% -
XYZ 14.63 9.07 44.16 -
YUV 84.73 181.76 135.32 -
System Red Green Blue C M Y K H S L
Decimal 95 61 180 0.47 0.66 0 0.29 257.14 0.49 0.47
Hex 5F 3D B4 2F 42 0 1D 101 31 2F
Octal 137 75 264 57 102 0 35 401 61 57
Binary 1011111 111101 10110100 101111 1000010 0 11101 100000001 110001 101111

Color Harmonies of #5F3DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F3DB4

Black with #5F3DB4

Text Example


Text Example

White with #5F3DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,61,180); }

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

background-color css

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

 a { background-color: rgb(95,61,180); }

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

border-color css

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

 span { border-color: rgb(95,61,180); }

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