#6F34FF

Color #6F34FF Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #6F34FF

Tints of Han Purple #6F34FF

Color information

#6F34FF (or 0x6F34FF) is unknown color: approx Han Purple. HEX triplet: 6F, 34 and FF. RGB value is (111,52,255). Sum of RGB (Red+Green+Blue) = 111+52+255=418 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.56% from 418); Green value is 52 (20.70% from 255 or 12.44% from 418); Blue value is 255 (100% from 255 or 61.00% from 418); Max value from RGB is 255 - color contains mainly: blue. Hex color #6F34FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6F34FF is #90CB00. Grayscale: #5C5C5C. Windows color (decimal): -9489153 or 16725103. OLE color: 16725103.

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

Color convert

RGB11152255-
CMYK0.560.8000
HSL257.44º100%60.2%-
HSV(B)257.44º79.61%100%-
XYZ25.8313.0695.77-
YUV92.78219.55140.99-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.56%
GREEN value IS 52 (20.70% from 255) = 12.44%
BLUE value IS 255 (100% from 255) = 61.00%
R=26.56%
G=12.44%
B=61.00%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal111522550.560.8000257.4410060.2
Hex6F34FF385000101643c
Octal15764377701200040114474
Binary1101111110100111111111110001010000001000000011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F34FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6F34FF;
 }
 .AnyTagClassName
 {
   color: #6F34FF;
 }
</style>
background-color css

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

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

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

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

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

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