Html Css Color HEX #530CDA Han Purple

📋 copy color: '#530CDA'

red 83 ◦ green 12 ◦ blue 218

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

Shades of Han Purple #530CDA

Tints of Han Purple #530CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 69.65%

R = 26.52%
G = 3.83%
B = 69.65%

CMYK

 C value IS 0.62

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#530CDA (or 0x530CDA) is known color: Han Purple. HEX triplet: 53, 0C and DA. RGB value is (83,12,218). Sum of RGB (Red+Green+Blue) = 83+12+218=313 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.52% from 313); Green value is 12 (5.08% from 255 or 3.83% from 313); Blue value is 218 (85.55% from 255 or 69.65% from 313); Max value from RGB is 218 - color contains mainly: blue. Hex color #530CDA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #530CDA is #ACF325. Grayscale: #373737. Windows color (decimal): -11334438 or 14290003. OLE color: 14290003.

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

Color convert

RGB 83 12 218 -
CMYK 0.62 0.94 0 0.15
HSL 260.68º 0.9% 0.45% -
HSV(B) 260.68º 0.94% 0.85% -
XYZ 16.35 7.16 66.85 -
YUV 56.71 219.02 146.75 -
System Red Green Blue C M Y K H S L
Decimal 83 12 218 0.62 0.94 0 0.15 260.68 0.9 0.45
Hex 53 C DA 3E 5E 0 F 105 5A 2D
Octal 123 14 332 76 136 0 17 405 132 55
Binary 1010011 1100 11011010 111110 1011110 0 1111 100000101 1011010 101101

Color Harmonies of #530CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530CDA

Black with #530CDA

Text Example


Text Example

White with #530CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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