Html Css Color HEX #6619FA Han Purple

📋 copy color: '#6619FA'

red 102 ◦ green 25 ◦ blue 250

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

Shades of Han Purple #6619FA

Tints of Han Purple #6619FA

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.63%

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

R = 27.06%
G = 6.63%
B = 66.31%

CMYK

 C value IS 0.59

 M value IS 0.9

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6619FA (or 0x6619FA) is known color: Han Purple. HEX triplet: 66, 19 and FA. RGB value is (102,25,250). Sum of RGB (Red+Green+Blue) = 102+25+250=377 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.06% from 377); Green value is 25 (10.16% from 255 or 6.63% from 377); Blue value is 250 (98.05% from 255 or 66.31% from 377); Max value from RGB is 250 - color contains mainly: blue. Hex color #6619FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6619FA is #99E605. Grayscale: #484848. Windows color (decimal): -10085894 or 16390502. OLE color: 16390502.

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

Color convert

RGB 102 25 250 -
CMYK 0.59 0.9 0 0.02
HSL 260.53º 0.96% 0.54% -
HSV(B) 260.53º 0.9% 0.98% -
XYZ 23.08 10.42 91.24 -
YUV 73.67 227.51 148.2 -
System Red Green Blue C M Y K H S L
Decimal 102 25 250 0.59 0.9 0 0.02 260.53 0.96 0.54
Hex 66 19 FA 3B 5A 0 2 105 60 36
Octal 146 31 372 73 132 0 2 405 140 66
Binary 1100110 11001 11111010 111011 1011010 0 10 100000101 1100000 110110

Color Harmonies of #6619FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6619FA

Black with #6619FA

Text Example


Text Example

White with #6619FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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