Html Css Color HEX #531FCE Purple Heart

📋 copy color: '#531FCE'

red 83 ◦ green 31 ◦ blue 206

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

Shades of Purple Heart #531FCE

Tints of Purple Heart #531FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 64.38%

R = 25.94%
G = 9.69%
B = 64.38%

CMYK

 C value IS 0.60

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#531FCE (or 0x531FCE) is known color: Purple Heart. HEX triplet: 53, 1F and CE. RGB value is (83,31,206). Sum of RGB (Red+Green+Blue) = 83+31+206=320 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.94% from 320); Green value is 31 (12.5% from 255 or 9.69% from 320); Blue value is 206 (80.86% from 255 or 64.38% from 320); Max value from RGB is 206 - color contains mainly: blue. Hex color #531FCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #531FCE is #ACE031. Grayscale: #414141. Windows color (decimal): -11329586 or 13508435. OLE color: 13508435.

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

Color convert

RGB 83 31 206 -
CMYK 0.60 0.85 0 0.19
HSL 257.83º 0.74% 0.46% -
HSV(B) 257.83º 0.85% 0.81% -
XYZ 15.2 7.28 59 -
YUV 66.5 206.73 139.77 -
System Red Green Blue C M Y K H S L
Decimal 83 31 206 0.60 0.85 0 0.19 257.83 0.74 0.46
Hex 53 1F CE 3C 55 0 13 102 4A 2E
Octal 123 37 316 74 125 0 23 402 112 56
Binary 1010011 11111 11001110 111100 1010101 0 10011 100000010 1001010 101110

Color Harmonies of #531FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531FCE

Black with #531FCE

Text Example


Text Example

White with #531FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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