Html Css Color HEX #6918FA Han Purple

📋 copy color: '#6918FA'

red 105 ◦ green 24 ◦ blue 250

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

Shades of Han Purple #6918FA

Tints of Han Purple #6918FA

RGB

 RED value IS 105 (41.41% from 255) = 27.7%

 GREEN value IS 24 (9.77% from 255) = 6.33%

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

R = 27.7%
G = 6.33%
B = 65.96%

CMYK

 C value IS 0.58

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6918FA (or 0x6918FA) is known color: Han Purple. HEX triplet: 69, 18 and FA. RGB value is (105,24,250). Sum of RGB (Red+Green+Blue) = 105+24+250=379 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.70% from 379); Green value is 24 (9.77% from 255 or 6.33% from 379); Blue value is 250 (98.05% from 255 or 65.96% from 379); Max value from RGB is 250 - color contains mainly: blue. Hex color #6918FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6918FA is #96E705. Grayscale: #494949. Windows color (decimal): -9889542 or 16390249. OLE color: 16390249.

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

Color convert

RGB 105 24 250 -
CMYK 0.58 0.90 0 0.02
HSL 261.5º 0.96% 0.54% -
HSV(B) 261.5º 0.9% 0.98% -
XYZ 23.41 10.56 91.25 -
YUV 73.98 227.34 150.12 -
System Red Green Blue C M Y K H S L
Decimal 105 24 250 0.58 0.90 0 0.02 261.5 0.96 0.54
Hex 69 18 FA 3A 5A 0 2 106 60 36
Octal 151 30 372 72 132 0 2 406 140 66
Binary 1101001 11000 11111010 111010 1011010 0 10 100000110 1100000 110110

Color Harmonies of #6918FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6918FA

Black with #6918FA

Text Example


Text Example

White with #6918FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,24,250); }

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

background-color css

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

 a { background-color: rgb(105,24,250); }

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

border-color css

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

 span { border-color: rgb(105,24,250); }

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