Html Css Color HEX #6F3AFD Han Purple

📋 copy color: '#6F3AFD'

red 111 ◦ green 58 ◦ blue 253

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

Shades of Han Purple #6F3AFD

Tints of Han Purple #6F3AFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 59.95%

R = 26.3%
G = 13.74%
B = 59.95%

CMYK

 C value IS 0.56

 M value IS 0.77

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6F3AFD (or 0x6F3AFD) is known color: Han Purple. HEX triplet: 6F, 3A and FD. RGB value is (111,58,253). Sum of RGB (Red+Green+Blue) = 111+58+253=422 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.30% from 422); Green value is 58 (23.05% from 255 or 13.74% from 422); Blue value is 253 (99.22% from 255 or 59.95% from 422); Max value from RGB is 253 - color contains mainly: blue. Hex color #6F3AFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6F3AFD is #90C502. Grayscale: #5F5F5F. Windows color (decimal): -9487619 or 16595567. OLE color: 16595567.

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

Color convert

RGB 111 58 253 -
CMYK 0.56 0.77 0 0.01
HSL 256.31º 0.98% 0.61% -
HSV(B) 256.31º 0.77% 0.99% -
XYZ 25.8 13.5 94.17 -
YUV 96.08 216.56 138.64 -
System Red Green Blue C M Y K H S L
Decimal 111 58 253 0.56 0.77 0 0.01 256.31 0.98 0.61
Hex 6F 3A FD 38 4D 0 1 100 62 3D
Octal 157 72 375 70 115 0 1 400 142 75
Binary 1101111 111010 11111101 111000 1001101 0 1 100000000 1100010 111101

Color Harmonies of #6F3AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3AFD

Black with #6F3AFD

Text Example


Text Example

White with #6F3AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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