Html Css Color HEX #6630FA Han Purple

📋 copy color: '#6630FA'

red 102 ◦ green 48 ◦ blue 250

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

Shades of Han Purple #6630FA

Tints of Han Purple #6630FA

RGB

 RED value IS 102 (40.23% from 255) = 25.5%

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

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

R = 25.5%
G = 12%
B = 62.5%

CMYK

 C value IS 0.59

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6630FA (or 0x6630FA) is known color: Han Purple. HEX triplet: 66, 30 and FA. RGB value is (102,48,250). Sum of RGB (Red+Green+Blue) = 102+48+250=400 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.5% from 400); Green value is 48 (19.14% from 255 or 12% from 400); Blue value is 250 (98.05% from 255 or 62.5% from 400); Max value from RGB is 250 - color contains mainly: blue. Hex color #6630FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6630FA is #99CF05. Grayscale: #565656. Windows color (decimal): -10080006 or 16396390. OLE color: 16396390.

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

Color convert

RGB 102 48 250 -
CMYK 0.59 0.81 0 0.02
HSL 256.04º 0.95% 0.58% -
HSV(B) 256.04º 0.81% 0.98% -
XYZ 23.79 11.84 91.47 -
YUV 87.17 219.89 138.57 -
System Red Green Blue C M Y K H S L
Decimal 102 48 250 0.59 0.81 0 0.02 256.04 0.95 0.58
Hex 66 30 FA 3B 51 0 2 100 5F 3A
Octal 146 60 372 73 121 0 2 400 137 72
Binary 1100110 110000 11111010 111011 1010001 0 10 100000000 1011111 111010

Color Harmonies of #6630FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6630FA

Black with #6630FA

Text Example


Text Example

White with #6630FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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