Html Css Color HEX #6918ED Han Purple

📋 copy color: '#6918ED'

red 105 ◦ green 24 ◦ blue 237

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

Shades of Han Purple #6918ED

Tints of Han Purple #6918ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 64.75%

R = 28.69%
G = 6.56%
B = 64.75%

CMYK

 C value IS 0.56

 M value IS 0.90

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6918ED (or 0x6918ED) is known color: Han Purple. HEX triplet: 69, 18 and ED. RGB value is (105,24,237). Sum of RGB (Red+Green+Blue) = 105+24+237=366 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.69% from 366); Green value is 24 (9.77% from 255 or 6.56% from 366); Blue value is 237 (92.97% from 255 or 64.75% from 366); Max value from RGB is 237 - color contains mainly: blue. Hex color #6918ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6918ED is #96E712. Grayscale: #474747. Windows color (decimal): -9889555 or 15538281. OLE color: 15538281.

HSL color Cylindrical-coordinate representation of color #6918ED: hue angle of 262.82º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6918ED is Cyan = 0.56, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 105 24 237 -
CMYK 0.56 0.90 0 0.07
HSL 262.82º 0.86% 0.51% -
HSV(B) 262.82º 0.9% 0.93% -
XYZ 21.44 9.77 80.88 -
YUV 72.5 220.84 151.18 -
System Red Green Blue C M Y K H S L
Decimal 105 24 237 0.56 0.90 0 0.07 262.82 0.86 0.51
Hex 69 18 ED 38 5A 0 7 107 56 33
Octal 151 30 355 70 132 0 7 407 126 63
Binary 1101001 11000 11101101 111000 1011010 0 111 100000111 1010110 110011

Color Harmonies of #6918ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6918ED

Black with #6918ED

Text Example


Text Example

White with #6918ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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