Html Css Color HEX #6F3AFF Han Purple

📋 copy color: '#6F3AFF'

red 111 ◦ green 58 ◦ blue 255

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

Shades of Han Purple #6F3AFF

Tints of Han Purple #6F3AFF

RGB

 RED value IS 111 (43.75% from 255) = 26.18%

 GREEN value IS 58 (23.05% from 255) = 13.68%

 BLUE value IS 255 (100% from 255) = 60.14%

R = 26.18%
G = 13.68%
B = 60.14%

CMYK

 C value IS 0.56

 M value IS 0.77

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6F3AFF (or 0x6F3AFF) is known color: Han Purple. HEX triplet: 6F, 3A and FF. RGB value is (111,58,255). Sum of RGB (Red+Green+Blue) = 111+58+255=424 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.18% from 424); Green value is 58 (23.05% from 255 or 13.68% from 424); Blue value is 255 (100% from 255 or 60.14% from 424); Max value from RGB is 255 - color contains mainly: blue. Hex color #6F3AFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6F3AFF is #90C500. Grayscale: #5F5F5F. Windows color (decimal): -9487617 or 16726639. OLE color: 16726639.

HSL color Cylindrical-coordinate representation of color #6F3AFF: hue angle of 256.14º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6F3AFF is Cyan = 0.56, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 111 58 255 -
CMYK 0.56 0.77 0 0
HSL 256.14º 1% 0.61% -
HSV(B) 256.14º 0.77% 1% -
XYZ 26.12 13.63 95.86 -
YUV 96.31 217.56 138.48 -
System Red Green Blue C M Y K H S L
Decimal 111 58 255 0.56 0.77 0 0 256.14 1 0.61
Hex 6F 3A FF 38 4D 0 0 100 64 3D
Octal 157 72 377 70 115 0 0 400 144 75
Binary 1101111 111010 11111111 111000 1001101 0 0 100000000 1100100 111101

Color Harmonies of #6F3AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3AFF

Black with #6F3AFF

Text Example


Text Example

White with #6F3AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,58,255); }

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

background-color css

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

 a { background-color: rgb(111,58,255); }

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

border-color css

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

 span { border-color: rgb(111,58,255); }

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