Html Css Color HEX #6A1CEF Han Purple

📋 copy color: '#6A1CEF'

red 106 ◦ green 28 ◦ blue 239

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

Shades of Han Purple #6A1CEF

Tints of Han Purple #6A1CEF

RGB

 RED value IS 106 (41.8% from 255) = 28.42%

 GREEN value IS 28 (11.33% from 255) = 7.51%

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

R = 28.42%
G = 7.51%
B = 64.08%

CMYK

 C value IS 0.56

 M value IS 0.88

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6A1CEF (or 0x6A1CEF) is known color: Han Purple. HEX triplet: 6A, 1C and EF. RGB value is (106,28,239). Sum of RGB (Red+Green+Blue) = 106+28+239=373 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.42% from 373); Green value is 28 (11.33% from 255 or 7.51% from 373); Blue value is 239 (93.75% from 255 or 64.08% from 373); Max value from RGB is 239 - color contains mainly: blue. Hex color #6A1CEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6A1CEF is #95E310. Grayscale: #4A4A4A. Windows color (decimal): -9822993 or 15670378. OLE color: 15670378.

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

Color convert

RGB 106 28 239 -
CMYK 0.56 0.88 0 0.06
HSL 262.18º 0.87% 0.52% -
HSV(B) 262.18º 0.88% 0.94% -
XYZ 21.94 10.13 82.46 -
YUV 75.38 220.34 149.84 -
System Red Green Blue C M Y K H S L
Decimal 106 28 239 0.56 0.88 0 0.06 262.18 0.87 0.52
Hex 6A 1C EF 38 58 0 6 106 57 34
Octal 152 34 357 70 130 0 6 406 127 64
Binary 1101010 11100 11101111 111000 1011000 0 110 100000110 1010111 110100

Color Harmonies of #6A1CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A1CEF

Black with #6A1CEF

Text Example


Text Example

White with #6A1CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A1CEF; }

 p { color: rgb(106,28,239); }

 H1.HeaderClassName
 {
   color: #6A1CEF;
 }
 .AnyTagClassName
 {
   color: #6A1CEF;
 }
</style>

background-color css

<style>
 a { background-color: #6A1CEF; }

 a { background-color: rgb(106,28,239); }

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

border-color css

<style>
 span { border-color: #6A1CEF; }

 span { border-color: rgb(106,28,239); }

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