Html Css Color HEX #6530FC Han Purple

📋 copy color: '#6530FC'

red 101 ◦ green 48 ◦ blue 252

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

Shades of Han Purple #6530FC

Tints of Han Purple #6530FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 62.84%

R = 25.19%
G = 11.97%
B = 62.84%

CMYK

 C value IS 0.60

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6530FC (or 0x6530FC) is known color: Han Purple. HEX triplet: 65, 30 and FC. RGB value is (101,48,252). Sum of RGB (Red+Green+Blue) = 101+48+252=401 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25.19% from 401); Green value is 48 (19.14% from 255 or 11.97% from 401); Blue value is 252 (98.83% from 255 or 62.84% from 401); Max value from RGB is 252 - color contains mainly: blue. Hex color #6530FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6530FC is #9ACF03. Grayscale: #565656. Windows color (decimal): -10145540 or 16527461. OLE color: 16527461.

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

Color convert

RGB 101 48 252 -
CMYK 0.60 0.81 0 0.01
HSL 255.59º 0.97% 0.59% -
HSV(B) 255.59º 0.81% 0.99% -
XYZ 23.99 11.91 93.13 -
YUV 87.1 221.06 137.91 -
System Red Green Blue C M Y K H S L
Decimal 101 48 252 0.60 0.81 0 0.01 255.59 0.97 0.59
Hex 65 30 FC 3C 51 0 1 100 61 3B
Octal 145 60 374 74 121 0 1 400 141 73
Binary 1100101 110000 11111100 111100 1010001 0 1 100000000 1100001 111011

Color Harmonies of #6530FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6530FC

Black with #6530FC

Text Example


Text Example

White with #6530FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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