Html Css Color HEX #530FDE Han Purple

📋 copy color: '#530FDE'

red 83 ◦ green 15 ◦ blue 222

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

Shades of Han Purple #530FDE

Tints of Han Purple #530FDE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.69%

 BLUE value IS 222 (87.11% from 255) = 69.38%

R = 25.94%
G = 4.69%
B = 69.38%

CMYK

 C value IS 0.63

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#530FDE (or 0x530FDE) is known color: Han Purple. HEX triplet: 53, 0F and DE. RGB value is (83,15,222). Sum of RGB (Red+Green+Blue) = 83+15+222=320 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.94% from 320); Green value is 15 (6.25% from 255 or 4.69% from 320); Blue value is 222 (87.11% from 255 or 69.38% from 320); Max value from RGB is 222 - color contains mainly: blue. Hex color #530FDE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #530FDE is #ACF021. Grayscale: #3A3A3A. Windows color (decimal): -11333666 or 14552915. OLE color: 14552915.

HSL color Cylindrical-coordinate representation of color #530FDE: hue angle of 259.71º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #530FDE is Cyan = 0.63, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 83 15 222 -
CMYK 0.63 0.93 0 0.13
HSL 259.71º 0.87% 0.46% -
HSV(B) 259.71º 0.93% 0.87% -
XYZ 16.92 7.45 69.65 -
YUV 58.93 220.03 145.17 -
System Red Green Blue C M Y K H S L
Decimal 83 15 222 0.63 0.93 0 0.13 259.71 0.87 0.46
Hex 53 F DE 3F 5D 0 D 104 57 2E
Octal 123 17 336 77 135 0 15 404 127 56
Binary 1010011 1111 11011110 111111 1011101 0 1101 100000100 1010111 101110

Color Harmonies of #530FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530FDE

Black with #530FDE

Text Example


Text Example

White with #530FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,15,222); }

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

background-color css

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

 a { background-color: rgb(83,15,222); }

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

border-color css

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

 span { border-color: rgb(83,15,222); }

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