Html Css Color HEX #5F3FBA Purple Heart

📋 copy color: '#5F3FBA'

red 95 ◦ green 63 ◦ blue 186

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

Shades of Purple Heart #5F3FBA

Tints of Purple Heart #5F3FBA

RGB

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

 GREEN value IS 63 (25% from 255) = 18.31%

 BLUE value IS 186 (73.05% from 255) = 54.07%

R = 27.62%
G = 18.31%
B = 54.07%

CMYK

 C value IS 0.49

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5F3FBA (or 0x5F3FBA) is known color: Purple Heart. HEX triplet: 5F, 3F and BA. RGB value is (95,63,186). Sum of RGB (Red+Green+Blue) = 95+63+186=344 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.62% from 344); Green value is 63 (25% from 255 or 18.31% from 344); Blue value is 186 (73.05% from 255 or 54.07% from 344); Max value from RGB is 186 - color contains mainly: blue. Hex color #5F3FBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F3FBA is #A0C045. Grayscale: #565656. Windows color (decimal): -10534982 or 12205919. OLE color: 12205919.

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

Color convert

RGB 95 63 186 -
CMYK 0.49 0.66 0 0.27
HSL 255.61º 0.49% 0.49% -
HSV(B) 255.61º 0.66% 0.73% -
XYZ 15.36 9.53 47.48 -
YUV 86.59 184.1 134 -
System Red Green Blue C M Y K H S L
Decimal 95 63 186 0.49 0.66 0 0.27 255.61 0.49 0.49
Hex 5F 3F BA 31 42 0 1B 100 31 31
Octal 137 77 272 61 102 0 33 400 61 61
Binary 1011111 111111 10111010 110001 1000010 0 11011 100000000 110001 110001

Color Harmonies of #5F3FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F3FBA

Black with #5F3FBA

Text Example


Text Example

White with #5F3FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,63,186); }

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

background-color css

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

 a { background-color: rgb(95,63,186); }

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

border-color css

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

 span { border-color: rgb(95,63,186); }

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