Html Css Color HEX #5310CF Purple Heart

📋 copy color: '#5310CF'

red 83 ◦ green 16 ◦ blue 207

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

Shades of Purple Heart #5310CF

Tints of Purple Heart #5310CF

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.23%

 BLUE value IS 207 (81.25% from 255) = 67.65%

R = 27.12%
G = 5.23%
B = 67.65%

CMYK

 C value IS 0.60

 M value IS 0.92

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5310CF (or 0x5310CF) is known color: Purple Heart. HEX triplet: 53, 10 and CF. RGB value is (83,16,207). Sum of RGB (Red+Green+Blue) = 83+16+207=306 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.12% from 306); Green value is 16 (6.64% from 255 or 5.23% from 306); Blue value is 207 (81.25% from 255 or 67.65% from 306); Max value from RGB is 207 - color contains mainly: blue. Hex color #5310CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5310CF is #ACEF30. Grayscale: #393939. Windows color (decimal): -11333425 or 13570131. OLE color: 13570131.

HSL color Cylindrical-coordinate representation of color #5310CF: hue angle of 261.05º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5310CF is Cyan = 0.60, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 83 16 207 -
CMYK 0.60 0.92 0 0.19
HSL 261.05º 0.86% 0.44% -
HSV(B) 261.05º 0.92% 0.81% -
XYZ 15.02 6.71 59.54 -
YUV 57.81 212.2 145.97 -
System Red Green Blue C M Y K H S L
Decimal 83 16 207 0.60 0.92 0 0.19 261.05 0.86 0.44
Hex 53 10 CF 3C 5C 0 13 105 56 2C
Octal 123 20 317 74 134 0 23 405 126 54
Binary 1010011 10000 11001111 111100 1011100 0 10011 100000101 1010110 101100

Color Harmonies of #5310CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5310CF

Black with #5310CF

Text Example


Text Example

White with #5310CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5310CF; }

 p { color: rgb(83,16,207); }

 H1.HeaderClassName
 {
   color: #5310CF;
 }
 .AnyTagClassName
 {
   color: #5310CF;
 }
</style>

background-color css

<style>
 a { background-color: #5310CF; }

 a { background-color: rgb(83,16,207); }

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

border-color css

<style>
 span { border-color: #5310CF; }

 span { border-color: rgb(83,16,207); }

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