Html Css Color HEX #6918EF Han Purple

📋 copy color: '#6918EF'

red 105 ◦ green 24 ◦ blue 239

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

Shades of Han Purple #6918EF

Tints of Han Purple #6918EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 64.95%

R = 28.53%
G = 6.52%
B = 64.95%

CMYK

 C value IS 0.56

 M value IS 0.90

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6918EF (or 0x6918EF) is known color: Han Purple. HEX triplet: 69, 18 and EF. RGB value is (105,24,239). Sum of RGB (Red+Green+Blue) = 105+24+239=368 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.53% from 368); Green value is 24 (9.77% from 255 or 6.52% from 368); Blue value is 239 (93.75% from 255 or 64.95% from 368); Max value from RGB is 239 - color contains mainly: blue. Hex color #6918EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6918EF is #96E710. Grayscale: #474747. Windows color (decimal): -9889553 or 15669353. OLE color: 15669353.

HSL color Cylindrical-coordinate representation of color #6918EF: hue angle of 262.6º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6918EF is Cyan = 0.56, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 105 24 239 -
CMYK 0.56 0.90 0 0.06
HSL 262.6º 0.87% 0.52% -
HSV(B) 262.6º 0.9% 0.94% -
XYZ 21.73 9.89 82.42 -
YUV 72.73 221.84 151.02 -
System Red Green Blue C M Y K H S L
Decimal 105 24 239 0.56 0.90 0 0.06 262.6 0.87 0.52
Hex 69 18 EF 38 5A 0 6 107 57 34
Octal 151 30 357 70 132 0 6 407 127 64
Binary 1101001 11000 11101111 111000 1011010 0 110 100000111 1010111 110100

Color Harmonies of #6918EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6918EF

Black with #6918EF

Text Example


Text Example

White with #6918EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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