Html Css Color HEX #5F3EBD Purple Heart

📋 copy color: '#5F3EBD'

red 95 ◦ green 62 ◦ blue 189

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

Shades of Purple Heart #5F3EBD

Tints of Purple Heart #5F3EBD

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.92%

 BLUE value IS 189 (74.22% from 255) = 54.62%

R = 27.46%
G = 17.92%
B = 54.62%

CMYK

 C value IS 0.50

 M value IS 0.67

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5F3EBD (or 0x5F3EBD) is known color: Purple Heart. HEX triplet: 5F, 3E and BD. RGB value is (95,62,189). Sum of RGB (Red+Green+Blue) = 95+62+189=346 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.46% from 346); Green value is 62 (24.61% from 255 or 17.92% from 346); Blue value is 189 (74.22% from 255 or 54.62% from 346); Max value from RGB is 189 - color contains mainly: blue. Hex color #5F3EBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F3EBD is #A0C142. Grayscale: #555555. Windows color (decimal): -10535235 or 12402271. OLE color: 12402271.

HSL color Cylindrical-coordinate representation of color #5F3EBD: hue angle of 255.59º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5F3EBD is Cyan = 0.50, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 95 62 189 -
CMYK 0.50 0.67 0 0.26
HSL 255.59º 0.51% 0.49% -
HSV(B) 255.59º 0.67% 0.74% -
XYZ 15.63 9.55 49.16 -
YUV 86.35 185.93 134.17 -
System Red Green Blue C M Y K H S L
Decimal 95 62 189 0.50 0.67 0 0.26 255.59 0.51 0.49
Hex 5F 3E BD 32 43 0 1A 100 33 31
Octal 137 76 275 62 103 0 32 400 63 61
Binary 1011111 111110 10111101 110010 1000011 0 11010 100000000 110011 110001

Color Harmonies of #5F3EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F3EBD

Black with #5F3EBD

Text Example


Text Example

White with #5F3EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,62,189); }

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

background-color css

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

 a { background-color: rgb(95,62,189); }

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

border-color css

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

 span { border-color: rgb(95,62,189); }

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