Html Css Color HEX #5F30BA Purple Heart

📋 copy color: '#5F30BA'

red 95 ◦ green 48 ◦ blue 186

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

Shades of Purple Heart #5F30BA

Tints of Purple Heart #5F30BA

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.59%

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

R = 28.88%
G = 14.59%
B = 56.53%

CMYK

 C value IS 0.49

 M value IS 0.74

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5F30BA (or 0x5F30BA) is known color: Purple Heart. HEX triplet: 5F, 30 and BA. RGB value is (95,48,186). Sum of RGB (Red+Green+Blue) = 95+48+186=329 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.88% from 329); Green value is 48 (19.14% from 255 or 14.59% from 329); Blue value is 186 (73.05% from 255 or 56.53% from 329); Max value from RGB is 186 - color contains mainly: blue. Hex color #5F30BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F30BA is #A0CF45. Grayscale: #4D4D4D. Windows color (decimal): -10538822 or 12202079. OLE color: 12202079.

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

Color convert

RGB 95 48 186 -
CMYK 0.49 0.74 0 0.27
HSL 260.43º 0.59% 0.46% -
HSV(B) 260.43º 0.74% 0.73% -
XYZ 14.64 8.09 47.24 -
YUV 77.79 189.07 140.28 -
System Red Green Blue C M Y K H S L
Decimal 95 48 186 0.49 0.74 0 0.27 260.43 0.59 0.46
Hex 5F 30 BA 31 4A 0 1B 104 3B 2E
Octal 137 60 272 61 112 0 33 404 73 56
Binary 1011111 110000 10111010 110001 1001010 0 11011 100000100 111011 101110

Color Harmonies of #5F30BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F30BA

Black with #5F30BA

Text Example


Text Example

White with #5F30BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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