Html Css Color HEX #530CFF Han Purple

📋 copy color: '#530CFF'

red 83 ◦ green 12 ◦ blue 255

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

Shades of Han Purple #530CFF

Tints of Han Purple #530CFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 72.86%

R = 23.71%
G = 3.43%
B = 72.86%

CMYK

 C value IS 0.67

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#530CFF (or 0x530CFF) is known color: Han Purple. HEX triplet: 53, 0C and FF. RGB value is (83,12,255). Sum of RGB (Red+Green+Blue) = 83+12+255=350 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.71% from 350); Green value is 12 (5.08% from 255 or 3.43% from 350); Blue value is 255 (100% from 255 or 72.86% from 350); Max value from RGB is 255 - color contains mainly: blue. Hex color #530CFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #530CFF is #ACF300. Grayscale: #3C3C3C. Windows color (decimal): -11334401 or 16714835. OLE color: 16714835.

HSL color Cylindrical-coordinate representation of color #530CFF: hue angle of 257.53º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #530CFF is Cyan = 0.67, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 83 12 255 -
CMYK 0.67 0.95 0 0
HSL 257.53º 1% 0.52% -
HSV(B) 257.53º 0.95% 1% -
XYZ 21.75 9.32 95.26 -
YUV 60.93 237.52 143.74 -
System Red Green Blue C M Y K H S L
Decimal 83 12 255 0.67 0.95 0 0 257.53 1 0.52
Hex 53 C FF 43 5F 0 0 102 64 34
Octal 123 14 377 103 137 0 0 402 144 64
Binary 1010011 1100 11111111 1000011 1011111 0 0 100000010 1100100 110100

Color Harmonies of #530CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530CFF

Black with #530CFF

Text Example


Text Example

White with #530CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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