Html Css Color HEX #6530FA Han Purple

📋 copy color: '#6530FA'

red 101 ◦ green 48 ◦ blue 250

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

Shades of Han Purple #6530FA

Tints of Han Purple #6530FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 62.66%

R = 25.31%
G = 12.03%
B = 62.66%

CMYK

 C value IS 0.60

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6530FA (or 0x6530FA) is known color: Han Purple. HEX triplet: 65, 30 and FA. RGB value is (101,48,250). Sum of RGB (Red+Green+Blue) = 101+48+250=399 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.31% from 399); Green value is 48 (19.14% from 255 or 12.03% from 399); Blue value is 250 (98.05% from 255 or 62.66% from 399); Max value from RGB is 250 - color contains mainly: blue. Hex color #6530FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6530FA is #9ACF05. Grayscale: #565656. Windows color (decimal): -10145542 or 16396389. OLE color: 16396389.

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

Color convert

RGB 101 48 250 -
CMYK 0.60 0.81 0 0.02
HSL 255.74º 0.95% 0.58% -
HSV(B) 255.74º 0.81% 0.98% -
XYZ 23.68 11.78 91.47 -
YUV 86.88 220.06 138.07 -
System Red Green Blue C M Y K H S L
Decimal 101 48 250 0.60 0.81 0 0.02 255.74 0.95 0.58
Hex 65 30 FA 3C 51 0 2 100 5F 3A
Octal 145 60 372 74 121 0 2 400 137 72
Binary 1100101 110000 11111010 111100 1010001 0 10 100000000 1011111 111010

Color Harmonies of #6530FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6530FA

Black with #6530FA

Text Example


Text Example

White with #6530FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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