Html Css Color HEX #5305CD Purple Heart

📋 copy color: '#5305CD'

red 83 ◦ green 5 ◦ blue 205

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

Shades of Purple Heart #5305CD

Tints of Purple Heart #5305CD

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.71%

 BLUE value IS 205 (80.47% from 255) = 69.97%

R = 28.33%
G = 1.71%
B = 69.97%

CMYK

 C value IS 0.60

 M value IS 0.98

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5305CD (or 0x5305CD) is known color: Purple Heart. HEX triplet: 53, 05 and CD. RGB value is (83,5,205). Sum of RGB (Red+Green+Blue) = 83+5+205=293 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.33% from 293); Green value is 5 (2.34% from 255 or 1.71% from 293); Blue value is 205 (80.47% from 255 or 69.97% from 293); Max value from RGB is 205 - color contains mainly: blue. Hex color #5305CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5305CD is #ACFA32. Grayscale: #323232. Windows color (decimal): -11336243 or 13436243. OLE color: 13436243.

HSL color Cylindrical-coordinate representation of color #5305CD: hue angle of 263.4º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5305CD is Cyan = 0.60, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 83 5 205 -
CMYK 0.60 0.98 0 0.20
HSL 263.4º 0.95% 0.41% -
HSV(B) 263.4º 0.98% 0.8% -
XYZ 14.64 6.36 58.21 -
YUV 51.12 214.84 150.74 -
System Red Green Blue C M Y K H S L
Decimal 83 5 205 0.60 0.98 0 0.20 263.4 0.95 0.41
Hex 53 5 CD 3C 62 0 14 107 5F 29
Octal 123 5 315 74 142 0 24 407 137 51
Binary 1010011 101 11001101 111100 1100010 0 10100 100000111 1011111 101001

Color Harmonies of #5305CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5305CD

Black with #5305CD

Text Example


Text Example

White with #5305CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5305CD; }

 p { color: rgb(83,5,205); }

 H1.HeaderClassName
 {
   color: #5305CD;
 }
 .AnyTagClassName
 {
   color: #5305CD;
 }
</style>

background-color css

<style>
 a { background-color: #5305CD; }

 a { background-color: rgb(83,5,205); }

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

border-color css

<style>
 span { border-color: #5305CD; }

 span { border-color: rgb(83,5,205); }

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