Html Css Color HEX #530DCD Purple Heart

📋 copy color: '#530DCD'

red 83 ◦ green 13 ◦ blue 205

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

Shades of Purple Heart #530DCD

Tints of Purple Heart #530DCD

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.32%

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

R = 27.57%
G = 4.32%
B = 68.11%

CMYK

 C value IS 0.60

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#530DCD (or 0x530DCD) is known color: Purple Heart. HEX triplet: 53, 0D and CD. RGB value is (83,13,205). Sum of RGB (Red+Green+Blue) = 83+13+205=301 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.57% from 301); Green value is 13 (5.47% from 255 or 4.32% from 301); Blue value is 205 (80.47% from 255 or 68.11% from 301); Max value from RGB is 205 - color contains mainly: blue. Hex color #530DCD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #530DCD is #ACF232. Grayscale: #373737. Windows color (decimal): -11334195 or 13438291. OLE color: 13438291.

HSL color Cylindrical-coordinate representation of color #530DCD: hue angle of 261.88º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #530DCD is Cyan = 0.60, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 83 13 205 -
CMYK 0.60 0.94 0 0.20
HSL 261.88º 0.88% 0.43% -
HSV(B) 261.88º 0.94% 0.8% -
XYZ 14.73 6.53 58.24 -
YUV 55.82 212.19 147.39 -
System Red Green Blue C M Y K H S L
Decimal 83 13 205 0.60 0.94 0 0.20 261.88 0.88 0.43
Hex 53 D CD 3C 5E 0 14 106 58 2B
Octal 123 15 315 74 136 0 24 406 130 53
Binary 1010011 1101 11001101 111100 1011110 0 10100 100000110 1011000 101011

Color Harmonies of #530DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530DCD

Black with #530DCD

Text Example


Text Example

White with #530DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530DCD; }

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

 H1.HeaderClassName
 {
   color: #530DCD;
 }
 .AnyTagClassName
 {
   color: #530DCD;
 }
</style>

background-color css

<style>
 a { background-color: #530DCD; }

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

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

border-color css

<style>
 span { border-color: #530DCD; }

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

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