Html Css Color HEX #530BC1 Purple Heart

📋 copy color: '#530BC1'

red 83 ◦ green 11 ◦ blue 193

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

Shades of Purple Heart #530BC1

Tints of Purple Heart #530BC1

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.83%

 BLUE value IS 193 (75.78% from 255) = 67.25%

R = 28.92%
G = 3.83%
B = 67.25%

CMYK

 C value IS 0.57

 M value IS 0.94

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#530BC1 (or 0x530BC1) is known color: Purple Heart. HEX triplet: 53, 0B and C1. RGB value is (83,11,193). Sum of RGB (Red+Green+Blue) = 83+11+193=287 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.92% from 287); Green value is 11 (4.69% from 255 or 3.83% from 287); Blue value is 193 (75.78% from 255 or 67.25% from 287); Max value from RGB is 193 - color contains mainly: blue. Hex color #530BC1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #530BC1 is #ACF43E. Grayscale: #343434. Windows color (decimal): -11334719 or 12651347. OLE color: 12651347.

HSL color Cylindrical-coordinate representation of color #530BC1: hue angle of 263.74º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #530BC1 is Cyan = 0.57, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 83 11 193 -
CMYK 0.57 0.94 0 0.24
HSL 263.74º 0.89% 0.4% -
HSV(B) 263.74º 0.94% 0.76% -
XYZ 13.31 5.93 50.89 -
YUV 53.28 206.85 149.2 -
System Red Green Blue C M Y K H S L
Decimal 83 11 193 0.57 0.94 0 0.24 263.74 0.89 0.4
Hex 53 B C1 39 5E 0 18 108 59 28
Octal 123 13 301 71 136 0 30 410 131 50
Binary 1010011 1011 11000001 111001 1011110 0 11000 100001000 1011001 101000

Color Harmonies of #530BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530BC1

Black with #530BC1

Text Example


Text Example

White with #530BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,11,193); }

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

background-color css

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

 a { background-color: rgb(83,11,193); }

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

border-color css

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

 span { border-color: rgb(83,11,193); }

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