Html Css Color HEX #5307FC Han Purple

📋 copy color: '#5307FC'

red 83 ◦ green 7 ◦ blue 252

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

Shades of Han Purple #5307FC

Tints of Han Purple #5307FC

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.05%

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

R = 24.27%
G = 2.05%
B = 73.68%

CMYK

 C value IS 0.67

 M value IS 0.97

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5307FC (or 0x5307FC) is known color: Han Purple. HEX triplet: 53, 07 and FC. RGB value is (83,7,252). Sum of RGB (Red+Green+Blue) = 83+7+252=342 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.27% from 342); Green value is 7 (3.12% from 255 or 2.05% from 342); Blue value is 252 (98.83% from 255 or 73.68% from 342); Max value from RGB is 252 - color contains mainly: blue. Hex color #5307FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5307FC is #ACF803. Grayscale: #383838. Windows color (decimal): -11335684 or 16516947. OLE color: 16516947.

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

Color convert

RGB 83 7 252 -
CMYK 0.67 0.97 0 0.01
HSL 258.61º 0.98% 0.51% -
HSV(B) 258.61º 0.97% 0.99% -
XYZ 21.21 9.02 92.72 -
YUV 57.65 237.68 146.08 -
System Red Green Blue C M Y K H S L
Decimal 83 7 252 0.67 0.97 0 0.01 258.61 0.98 0.51
Hex 53 7 FC 43 61 0 1 103 62 33
Octal 123 7 374 103 141 0 1 403 142 63
Binary 1010011 111 11111100 1000011 1100001 0 1 100000011 1100010 110011

Color Harmonies of #5307FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5307FC

Black with #5307FC

Text Example


Text Example

White with #5307FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5307FC; }

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

 H1.HeaderClassName
 {
   color: #5307FC;
 }
 .AnyTagClassName
 {
   color: #5307FC;
 }
</style>

background-color css

<style>
 a { background-color: #5307FC; }

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

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

border-color css

<style>
 span { border-color: #5307FC; }

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

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