Html Css Color HEX #5307DA Han Purple

📋 copy color: '#5307DA'

red 83 ◦ green 7 ◦ blue 218

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

Shades of Han Purple #5307DA

Tints of Han Purple #5307DA

RGB

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

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

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

R = 26.95%
G = 2.27%
B = 70.78%

CMYK

 C value IS 0.62

 M value IS 0.97

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#5307DA (or 0x5307DA) is known color: Han Purple. HEX triplet: 53, 07 and DA. RGB value is (83,7,218). Sum of RGB (Red+Green+Blue) = 83+7+218=308 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.95% from 308); Green value is 7 (3.12% from 255 or 2.27% from 308); Blue value is 218 (85.55% from 255 or 70.78% from 308); Max value from RGB is 218 - color contains mainly: blue. Hex color #5307DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5307DA is #ACF825. Grayscale: #353535. Windows color (decimal): -11335718 or 14288723. OLE color: 14288723.

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

Color convert

RGB 83 7 218 -
CMYK 0.62 0.97 0 0.15
HSL 261.61º 0.94% 0.44% -
HSV(B) 261.61º 0.97% 0.85% -
XYZ 16.3 7.05 66.83 -
YUV 53.78 220.68 148.84 -
System Red Green Blue C M Y K H S L
Decimal 83 7 218 0.62 0.97 0 0.15 261.61 0.94 0.44
Hex 53 7 DA 3E 61 0 F 106 5E 2C
Octal 123 7 332 76 141 0 17 406 136 54
Binary 1010011 111 11011010 111110 1100001 0 1111 100000110 1011110 101100

Color Harmonies of #5307DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5307DA

Black with #5307DA

Text Example


Text Example

White with #5307DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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