Html Css Color HEX #5F30AC Purple Heart

📋 copy color: '#5F30AC'

red 95 ◦ green 48 ◦ blue 172

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

Shades of Purple Heart #5F30AC

Tints of Purple Heart #5F30AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 54.6%

R = 30.16%
G = 15.24%
B = 54.6%

CMYK

 C value IS 0.45

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5F30AC (or 0x5F30AC) is known color: Purple Heart. HEX triplet: 5F, 30 and AC. RGB value is (95,48,172). Sum of RGB (Red+Green+Blue) = 95+48+172=315 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.16% from 315); Green value is 48 (19.14% from 255 or 15.24% from 315); Blue value is 172 (67.58% from 255 or 54.60% from 315); Max value from RGB is 172 - color contains mainly: blue. Hex color #5F30AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F30AC is #A0CF53. Grayscale: #4B4B4B. Windows color (decimal): -10538836 or 11284575. OLE color: 11284575.

HSL color Cylindrical-coordinate representation of color #5F30AC: hue angle of 262.74º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5F30AC is Cyan = 0.45, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 95 48 172 -
CMYK 0.45 0.72 0 0.33
HSL 262.74º 0.56% 0.43% -
HSV(B) 262.74º 0.72% 0.67% -
XYZ 13.22 7.53 39.79 -
YUV 76.19 182.07 141.42 -
System Red Green Blue C M Y K H S L
Decimal 95 48 172 0.45 0.72 0 0.33 262.74 0.56 0.43
Hex 5F 30 AC 2D 48 0 21 107 38 2B
Octal 137 60 254 55 110 0 41 407 70 53
Binary 1011111 110000 10101100 101101 1001000 0 100001 100000111 111000 101011

Color Harmonies of #5F30AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F30AC

Black with #5F30AC

Text Example


Text Example

White with #5F30AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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