Html Css Color HEX #530BED Han Purple

📋 copy color: '#530BED'

red 83 ◦ green 11 ◦ blue 237

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

Shades of Han Purple #530BED

Tints of Han Purple #530BED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 71.6%

R = 25.08%
G = 3.32%
B = 71.6%

CMYK

 C value IS 0.65

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#530BED (or 0x530BED) is known color: Han Purple. HEX triplet: 53, 0B and ED. RGB value is (83,11,237). Sum of RGB (Red+Green+Blue) = 83+11+237=331 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.08% from 331); Green value is 11 (4.69% from 255 or 3.32% from 331); Blue value is 237 (92.97% from 255 or 71.60% from 331); Max value from RGB is 237 - color contains mainly: blue. Hex color #530BED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #530BED is #ACF412. Grayscale: #393939. Windows color (decimal): -11334675 or 15534931. OLE color: 15534931.

HSL color Cylindrical-coordinate representation of color #530BED: hue angle of 259.12º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #530BED is Cyan = 0.65, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 83 11 237 -
CMYK 0.65 0.95 0 0.07
HSL 259.12º 0.91% 0.49% -
HSV(B) 259.12º 0.95% 0.93% -
XYZ 18.97 8.19 80.7 -
YUV 58.29 228.85 145.62 -
System Red Green Blue C M Y K H S L
Decimal 83 11 237 0.65 0.95 0 0.07 259.12 0.91 0.49
Hex 53 B ED 41 5F 0 7 103 5B 31
Octal 123 13 355 101 137 0 7 403 133 61
Binary 1010011 1011 11101101 1000001 1011111 0 111 100000011 1011011 110001

Color Harmonies of #530BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530BED

Black with #530BED

Text Example


Text Example

White with #530BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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