Html Css Color HEX #6530FF Han Purple

📋 copy color: '#6530FF'

red 101 ◦ green 48 ◦ blue 255

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

Shades of Han Purple #6530FF

Tints of Han Purple #6530FF

RGB

 RED value IS 101 (39.84% from 255) = 25%

 GREEN value IS 48 (19.14% from 255) = 11.88%

 BLUE value IS 255 (100% from 255) = 63.12%

R = 25%
G = 11.88%
B = 63.12%

CMYK

 C value IS 0.60

 M value IS 0.81

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6530FF (or 0x6530FF) is known color: Han Purple. HEX triplet: 65, 30 and FF. RGB value is (101,48,255). Sum of RGB (Red+Green+Blue) = 101+48+255=404 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25% from 404); Green value is 48 (19.14% from 255 or 11.88% from 404); Blue value is 255 (100% from 255 or 63.12% from 404); Max value from RGB is 255 - color contains mainly: blue. Hex color #6530FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6530FF is #9ACF00. Grayscale: #565656. Windows color (decimal): -10145537 or 16724069. OLE color: 16724069.

HSL color Cylindrical-coordinate representation of color #6530FF: hue angle of 255.36º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6530FF is Cyan = 0.60, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 101 48 255 -
CMYK 0.60 0.81 0 0
HSL 255.36º 1% 0.59% -
HSV(B) 255.36º 0.81% 1% -
XYZ 24.47 12.1 95.65 -
YUV 87.45 222.56 137.67 -
System Red Green Blue C M Y K H S L
Decimal 101 48 255 0.60 0.81 0 0 255.36 1 0.59
Hex 65 30 FF 3C 51 0 0 FF 64 3B
Octal 145 60 377 74 121 0 0 377 144 73
Binary 1100101 110000 11111111 111100 1010001 0 0 11111111 1100100 111011

Color Harmonies of #6530FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6530FF

Black with #6530FF

Text Example


Text Example

White with #6530FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6530FF; }

 p { color: rgb(101,48,255); }

 H1.HeaderClassName
 {
   color: #6530FF;
 }
 .AnyTagClassName
 {
   color: #6530FF;
 }
</style>

background-color css

<style>
 a { background-color: #6530FF; }

 a { background-color: rgb(101,48,255); }

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

border-color css

<style>
 span { border-color: #6530FF; }

 span { border-color: rgb(101,48,255); }

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