#6933FD

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

Shades of Han Purple #6933FD

Tints of Han Purple #6933FD

Color information

#6933FD (or 0x6933FD) is unknown color: approx Han Purple. HEX triplet: 69, 33 and FD. RGB value is (105,51,253). Sum of RGB (Red+Green+Blue) = 105+51+253=409 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.67% from 409); Green value is 51 (20.31% from 255 or 12.47% from 409); Blue value is 253 (99.22% from 255 or 61.86% from 409); Max value from RGB is 253 - color contains mainly: blue. Hex color #6933FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6933FD is #96CC02. Grayscale: #595959. Windows color (decimal): -9882627 or 16593769. OLE color: 16593769.

HSL color Cylindrical-coordinate representation of color #6933FD: hue angle of 256.04º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6933FD is Cyan = 0.58, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB10551253-
CMYK0.580.8000.01
HSL256.04º98.06%59.61%-
HSV(B)256.04º79.84%99.22%-
XYZ24.7412.4694.03-
YUV90.17219.89138.57-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.67%
GREEN value IS 51 (20.31% from 255) = 12.47%
BLUE value IS 253 (99.22% from 255) = 61.86%
R=25.67%
G=12.47%
B=61.86%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal105512530.580.8000.01256.0498.0659.61
Hex6933FD3A5001100623c
Octal15163375721200140014274
Binary1101001110011111111011110101010000011000000001100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6933FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6933FD; }

 p { color: rgb(105,51,253); }

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

<style>
 a { background-color: #6933FD; }

 a { background-color: rgb(105,51,253); }

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

<style>
 span { border-color: #6933FD; }

 span { border-color: rgb(105,51,253); }

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