Html Css Color HEX #5F33AF Purple Heart

📋 copy color: '#5F33AF'

red 95 ◦ green 51 ◦ blue 175

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

Shades of Purple Heart #5F33AF

Tints of Purple Heart #5F33AF

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.89%

 BLUE value IS 175 (68.75% from 255) = 54.52%

R = 29.6%
G = 15.89%
B = 54.52%

CMYK

 C value IS 0.46

 M value IS 0.71

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5F33AF (or 0x5F33AF) is known color: Purple Heart. HEX triplet: 5F, 33 and AF. RGB value is (95,51,175). Sum of RGB (Red+Green+Blue) = 95+51+175=321 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.60% from 321); Green value is 51 (20.31% from 255 or 15.89% from 321); Blue value is 175 (68.75% from 255 or 54.52% from 321); Max value from RGB is 175 - color contains mainly: blue. Hex color #5F33AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F33AF is #A0CC50. Grayscale: #4D4D4D. Windows color (decimal): -10538065 or 11481951. OLE color: 11481951.

HSL color Cylindrical-coordinate representation of color #5F33AF: hue angle of 261.29º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5F33AF is Cyan = 0.46, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 95 51 175 -
CMYK 0.46 0.71 0 0.31
HSL 261.29º 0.55% 0.44% -
HSV(B) 261.29º 0.71% 0.69% -
XYZ 13.64 7.9 41.36 -
YUV 78.29 182.58 139.92 -
System Red Green Blue C M Y K H S L
Decimal 95 51 175 0.46 0.71 0 0.31 261.29 0.55 0.44
Hex 5F 33 AF 2E 47 0 1F 105 37 2C
Octal 137 63 257 56 107 0 37 405 67 54
Binary 1011111 110011 10101111 101110 1000111 0 11111 100000101 110111 101100

Color Harmonies of #5F33AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F33AF

Black with #5F33AF

Text Example


Text Example

White with #5F33AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,51,175); }

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

background-color css

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

 a { background-color: rgb(95,51,175); }

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

border-color css

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

 span { border-color: rgb(95,51,175); }

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