Html Css Color HEX #530DCB Purple Heart

📋 copy color: '#530DCB'

red 83 ◦ green 13 ◦ blue 203

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

Shades of Purple Heart #530DCB

Tints of Purple Heart #530DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 67.89%

R = 27.76%
G = 4.35%
B = 67.89%

CMYK

 C value IS 0.59

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#530DCB (or 0x530DCB) is known color: Purple Heart. HEX triplet: 53, 0D and CB. RGB value is (83,13,203). Sum of RGB (Red+Green+Blue) = 83+13+203=299 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.76% from 299); Green value is 13 (5.47% from 255 or 4.35% from 299); Blue value is 203 (79.69% from 255 or 67.89% from 299); Max value from RGB is 203 - color contains mainly: blue. Hex color #530DCB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #530DCB is #ACF234. Grayscale: #363636. Windows color (decimal): -11334197 or 13307219. OLE color: 13307219.

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

Color convert

RGB 83 13 203 -
CMYK 0.59 0.94 0 0.20
HSL 262.11º 0.88% 0.42% -
HSV(B) 262.11º 0.94% 0.8% -
XYZ 14.49 6.44 56.98 -
YUV 55.59 211.19 147.55 -
System Red Green Blue C M Y K H S L
Decimal 83 13 203 0.59 0.94 0 0.20 262.11 0.88 0.42
Hex 53 D CB 3B 5E 0 14 106 58 2A
Octal 123 15 313 73 136 0 24 406 130 52
Binary 1010011 1101 11001011 111011 1011110 0 10100 100000110 1011000 101010

Color Harmonies of #530DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530DCB

Black with #530DCB

Text Example


Text Example

White with #530DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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