Html Css Color HEX #6430FB Han Purple

📋 copy color: '#6430FB'

red 100 ◦ green 48 ◦ blue 251

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

Shades of Han Purple #6430FB

Tints of Han Purple #6430FB

RGB

 RED value IS 100 (39.45% from 255) = 25.06%

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

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

R = 25.06%
G = 12.03%
B = 62.91%

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

#6430FB (or 0x6430FB) is known color: Han Purple. HEX triplet: 64, 30 and FB. RGB value is (100,48,251). Sum of RGB (Red+Green+Blue) = 100+48+251=399 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.06% from 399); Green value is 48 (19.14% from 255 or 12.03% from 399); Blue value is 251 (98.44% from 255 or 62.91% from 399); Max value from RGB is 251 - color contains mainly: blue. Hex color #6430FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6430FB is #9BCF04. Grayscale: #555555. Windows color (decimal): -10211077 or 16461924. OLE color: 16461924.

HSL color Cylindrical-coordinate representation of color #6430FB: hue angle of 255.37º 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 #6430FB is Cyan = 0.60, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 100 48 251 -
CMYK 0.60 0.81 0 0.02
HSL 255.37º 0.96% 0.59% -
HSV(B) 255.37º 0.81% 0.98% -
XYZ 23.73 11.79 92.29 -
YUV 86.69 220.73 137.49 -
System Red Green Blue C M Y K H S L
Decimal 100 48 251 0.60 0.81 0 0.02 255.37 0.96 0.59
Hex 64 30 FB 3C 51 0 2 FF 60 3B
Octal 144 60 373 74 121 0 2 377 140 73
Binary 1100100 110000 11111011 111100 1010001 0 10 11111111 1100000 111011

Color Harmonies of #6430FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6430FB

Black with #6430FB

Text Example


Text Example

White with #6430FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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