Html Css Color HEX #5316CF Purple Heart

📋 copy color: '#5316CF'

red 83 ◦ green 22 ◦ blue 207

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

Shades of Purple Heart #5316CF

Tints of Purple Heart #5316CF

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.05%

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

R = 26.6%
G = 7.05%
B = 66.35%

CMYK

 C value IS 0.60

 M value IS 0.89

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5316CF (or 0x5316CF) is known color: Purple Heart. HEX triplet: 53, 16 and CF. RGB value is (83,22,207). Sum of RGB (Red+Green+Blue) = 83+22+207=312 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.60% from 312); Green value is 22 (8.98% from 255 or 7.05% from 312); Blue value is 207 (81.25% from 255 or 66.35% from 312); Max value from RGB is 207 - color contains mainly: blue. Hex color #5316CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5316CF is #ACE930. Grayscale: #3C3C3C. Windows color (decimal): -11331889 or 13571667. OLE color: 13571667.

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

Color convert

RGB 83 22 207 -
CMYK 0.60 0.89 0 0.19
HSL 259.78º 0.81% 0.45% -
HSV(B) 259.78º 0.89% 0.81% -
XYZ 15.12 6.92 59.57 -
YUV 61.33 210.21 143.46 -
System Red Green Blue C M Y K H S L
Decimal 83 22 207 0.60 0.89 0 0.19 259.78 0.81 0.45
Hex 53 16 CF 3C 59 0 13 104 51 2D
Octal 123 26 317 74 131 0 23 404 121 55
Binary 1010011 10110 11001111 111100 1011001 0 10011 100000100 1010001 101101

Color Harmonies of #5316CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5316CF

Black with #5316CF

Text Example


Text Example

White with #5316CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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