Html Css Color HEX #530CFC Han Purple

📋 copy color: '#530CFC'

red 83 ◦ green 12 ◦ blue 252

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

Shades of Han Purple #530CFC

Tints of Han Purple #530CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 72.62%

R = 23.92%
G = 3.46%
B = 72.62%

CMYK

 C value IS 0.67

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#530CFC (or 0x530CFC) is known color: Han Purple. HEX triplet: 53, 0C and FC. RGB value is (83,12,252). Sum of RGB (Red+Green+Blue) = 83+12+252=347 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.92% from 347); Green value is 12 (5.08% from 255 or 3.46% from 347); Blue value is 252 (98.83% from 255 or 72.62% from 347); Max value from RGB is 252 - color contains mainly: blue. Hex color #530CFC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #530CFC is #ACF303. Grayscale: #3B3B3B. Windows color (decimal): -11334404 or 16518227. OLE color: 16518227.

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

Color convert

RGB 83 12 252 -
CMYK 0.67 0.95 0 0.01
HSL 257.75º 0.98% 0.52% -
HSV(B) 257.75º 0.95% 0.99% -
XYZ 21.27 9.13 92.74 -
YUV 60.59 236.02 143.99 -
System Red Green Blue C M Y K H S L
Decimal 83 12 252 0.67 0.95 0 0.01 257.75 0.98 0.52
Hex 53 C FC 43 5F 0 1 102 62 34
Octal 123 14 374 103 137 0 1 402 142 64
Binary 1010011 1100 11111100 1000011 1011111 0 1 100000010 1100010 110100

Color Harmonies of #530CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530CFC

Black with #530CFC

Text Example


Text Example

White with #530CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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