Html Css Color HEX #530BFC Han Purple

📋 copy color: '#530BFC'

red 83 ◦ green 11 ◦ blue 252

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

Shades of Han Purple #530BFC

Tints of Han Purple #530BFC

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.18%

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

R = 23.99%
G = 3.18%
B = 72.83%

CMYK

 C value IS 0.67

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#530BFC (or 0x530BFC) is known color: Han Purple. HEX triplet: 53, 0B and FC. RGB value is (83,11,252). Sum of RGB (Red+Green+Blue) = 83+11+252=346 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.99% from 346); Green value is 11 (4.69% from 255 or 3.18% from 346); Blue value is 252 (98.83% from 255 or 72.83% from 346); Max value from RGB is 252 - color contains mainly: blue. Hex color #530BFC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #530BFC is #ACF403. Grayscale: #3B3B3B. Windows color (decimal): -11334660 or 16517971. OLE color: 16517971.

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

Color convert

RGB 83 11 252 -
CMYK 0.67 0.96 0 0.01
HSL 257.93º 0.98% 0.52% -
HSV(B) 257.93º 0.96% 0.99% -
XYZ 21.26 9.11 92.73 -
YUV 60 236.35 144.4 -
System Red Green Blue C M Y K H S L
Decimal 83 11 252 0.67 0.96 0 0.01 257.93 0.98 0.52
Hex 53 B FC 43 60 0 1 102 62 34
Octal 123 13 374 103 140 0 1 402 142 64
Binary 1010011 1011 11111100 1000011 1100000 0 1 100000010 1100010 110100

Color Harmonies of #530BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530BFC

Black with #530BFC

Text Example


Text Example

White with #530BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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