Html Css Color HEX #530CDC Han Purple

📋 copy color: '#530CDC'

red 83 ◦ green 12 ◦ blue 220

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

Shades of Han Purple #530CDC

Tints of Han Purple #530CDC

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.81%

 BLUE value IS 220 (86.33% from 255) = 69.84%

R = 26.35%
G = 3.81%
B = 69.84%

CMYK

 C value IS 0.62

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#530CDC (or 0x530CDC) is known color: Han Purple. HEX triplet: 53, 0C and DC. RGB value is (83,12,220). Sum of RGB (Red+Green+Blue) = 83+12+220=315 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.35% from 315); Green value is 12 (5.08% from 255 or 3.81% from 315); Blue value is 220 (86.33% from 255 or 69.84% from 315); Max value from RGB is 220 - color contains mainly: blue. Hex color #530CDC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #530CDC is #ACF323. Grayscale: #383838. Windows color (decimal): -11334436 or 14421075. OLE color: 14421075.

HSL color Cylindrical-coordinate representation of color #530CDC: hue angle of 260.48º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #530CDC is Cyan = 0.62, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 83 12 220 -
CMYK 0.62 0.95 0 0.14
HSL 260.48º 0.9% 0.45% -
HSV(B) 260.48º 0.95% 0.86% -
XYZ 16.62 7.27 68.24 -
YUV 56.94 220.02 146.59 -
System Red Green Blue C M Y K H S L
Decimal 83 12 220 0.62 0.95 0 0.14 260.48 0.9 0.45
Hex 53 C DC 3E 5F 0 E 104 5A 2D
Octal 123 14 334 76 137 0 16 404 132 55
Binary 1010011 1100 11011100 111110 1011111 0 1110 100000100 1011010 101101

Color Harmonies of #530CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530CDC

Black with #530CDC

Text Example


Text Example

White with #530CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,12,220); }

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

background-color css

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

 a { background-color: rgb(83,12,220); }

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

border-color css

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

 span { border-color: rgb(83,12,220); }

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