Html Css Color HEX #530CDF Han Purple

📋 copy color: '#530CDF'

red 83 ◦ green 12 ◦ blue 223

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

Shades of Han Purple #530CDF

Tints of Han Purple #530CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 70.13%

R = 26.1%
G = 3.77%
B = 70.13%

CMYK

 C value IS 0.63

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#530CDF (or 0x530CDF) is known color: Han Purple. HEX triplet: 53, 0C and DF. RGB value is (83,12,223). Sum of RGB (Red+Green+Blue) = 83+12+223=318 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.10% from 318); Green value is 12 (5.08% from 255 or 3.77% from 318); Blue value is 223 (87.5% from 255 or 70.13% from 318); Max value from RGB is 223 - color contains mainly: blue. Hex color #530CDF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #530CDF is #ACF320. Grayscale: #383838. Windows color (decimal): -11334433 or 14617683. OLE color: 14617683.

HSL color Cylindrical-coordinate representation of color #530CDF: hue angle of 260.19º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #530CDF is Cyan = 0.63, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 83 12 223 -
CMYK 0.63 0.95 0 0.13
HSL 260.19º 0.9% 0.46% -
HSV(B) 260.19º 0.95% 0.87% -
XYZ 17.02 7.43 70.35 -
YUV 57.28 221.52 146.34 -
System Red Green Blue C M Y K H S L
Decimal 83 12 223 0.63 0.95 0 0.13 260.19 0.9 0.46
Hex 53 C DF 3F 5F 0 D 104 5A 2E
Octal 123 14 337 77 137 0 15 404 132 56
Binary 1010011 1100 11011111 111111 1011111 0 1101 100000100 1011010 101110

Color Harmonies of #530CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530CDF

Black with #530CDF

Text Example


Text Example

White with #530CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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