Html Css Color HEX #531FD0 Purple Heart

📋 copy color: '#531FD0'

red 83 ◦ green 31 ◦ blue 208

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

Shades of Purple Heart #531FD0

Tints of Purple Heart #531FD0

RGB

 RED value IS 83 (32.81% from 255) = 25.78%

 GREEN value IS 31 (12.5% from 255) = 9.63%

 BLUE value IS 208 (81.64% from 255) = 64.6%

R = 25.78%
G = 9.63%
B = 64.6%

CMYK

 C value IS 0.60

 M value IS 0.85

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#531FD0 (or 0x531FD0) is known color: Purple Heart. HEX triplet: 53, 1F and D0. RGB value is (83,31,208). Sum of RGB (Red+Green+Blue) = 83+31+208=322 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.78% from 322); Green value is 31 (12.5% from 255 or 9.63% from 322); Blue value is 208 (81.64% from 255 or 64.60% from 322); Max value from RGB is 208 - color contains mainly: blue. Hex color #531FD0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #531FD0 is #ACE02F. Grayscale: #424242. Windows color (decimal): -11329584 or 13639507. OLE color: 13639507.

HSL color Cylindrical-coordinate representation of color #531FD0: hue angle of 257.63º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #531FD0 is Cyan = 0.60, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 83 31 208 -
CMYK 0.60 0.85 0 0.18
HSL 257.63º 0.74% 0.47% -
HSV(B) 257.63º 0.85% 0.82% -
XYZ 15.44 7.37 60.28 -
YUV 66.73 207.73 139.61 -
System Red Green Blue C M Y K H S L
Decimal 83 31 208 0.60 0.85 0 0.18 257.63 0.74 0.47
Hex 53 1F D0 3C 55 0 12 102 4A 2F
Octal 123 37 320 74 125 0 22 402 112 57
Binary 1010011 11111 11010000 111100 1010101 0 10010 100000010 1001010 101111

Color Harmonies of #531FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531FD0

Black with #531FD0

Text Example


Text Example

White with #531FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531FD0; }

 p { color: rgb(83,31,208); }

 H1.HeaderClassName
 {
   color: #531FD0;
 }
 .AnyTagClassName
 {
   color: #531FD0;
 }
</style>

background-color css

<style>
 a { background-color: #531FD0; }

 a { background-color: rgb(83,31,208); }

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

border-color css

<style>
 span { border-color: #531FD0; }

 span { border-color: rgb(83,31,208); }

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