Html Css Color HEX #6530FB Han Purple

📋 copy color: '#6530FB'

red 101 ◦ green 48 ◦ blue 251

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

Shades of Han Purple #6530FB

Tints of Han Purple #6530FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 62.75%

R = 25.25%
G = 12%
B = 62.75%

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

#6530FB (or 0x6530FB) is known color: Han Purple. HEX triplet: 65, 30 and FB. RGB value is (101,48,251). Sum of RGB (Red+Green+Blue) = 101+48+251=400 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.25% from 400); Green value is 48 (19.14% from 255 or 12% from 400); Blue value is 251 (98.44% from 255 or 62.75% from 400); Max value from RGB is 251 - color contains mainly: blue. Hex color #6530FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6530FB is #9ACF04. Grayscale: #565656. Windows color (decimal): -10145541 or 16461925. OLE color: 16461925.

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

Color convert

RGB 101 48 251 -
CMYK 0.60 0.81 0 0.02
HSL 255.67º 0.96% 0.59% -
HSV(B) 255.67º 0.81% 0.98% -
XYZ 23.84 11.85 92.3 -
YUV 86.99 220.56 137.99 -
System Red Green Blue C M Y K H S L
Decimal 101 48 251 0.60 0.81 0 0.02 255.67 0.96 0.59
Hex 65 30 FB 3C 51 0 2 100 60 3B
Octal 145 60 373 74 121 0 2 400 140 73
Binary 1100101 110000 11111011 111100 1010001 0 10 100000000 1100000 111011

Color Harmonies of #6530FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6530FB

Black with #6530FB

Text Example


Text Example

White with #6530FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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