Html Css Color HEX #6B29FD Han Purple

📋 copy color: '#6B29FD'

red 107 ◦ green 41 ◦ blue 253

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

Shades of Han Purple #6B29FD

Tints of Han Purple #6B29FD

RGB

 RED value IS 107 (42.19% from 255) = 26.68%

 GREEN value IS 41 (16.41% from 255) = 10.22%

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

R = 26.68%
G = 10.22%
B = 63.09%

CMYK

 C value IS 0.58

 M value IS 0.84

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6B29FD (or 0x6B29FD) is known color: Han Purple. HEX triplet: 6B, 29 and FD. RGB value is (107,41,253). Sum of RGB (Red+Green+Blue) = 107+41+253=401 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.68% from 401); Green value is 41 (16.41% from 255 or 10.22% from 401); Blue value is 253 (99.22% from 255 or 63.09% from 401); Max value from RGB is 253 - color contains mainly: blue. Hex color #6B29FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B29FD is #94D602. Grayscale: #545454. Windows color (decimal): -9754115 or 16591211. OLE color: 16591211.

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

Color convert

RGB 107 41 253 -
CMYK 0.58 0.84 0 0.01
HSL 258.68º 0.98% 0.58% -
HSV(B) 258.68º 0.84% 0.99% -
XYZ 24.59 11.8 93.91 -
YUV 84.9 222.87 143.76 -
System Red Green Blue C M Y K H S L
Decimal 107 41 253 0.58 0.84 0 0.01 258.68 0.98 0.58
Hex 6B 29 FD 3A 54 0 1 103 62 3A
Octal 153 51 375 72 124 0 1 403 142 72
Binary 1101011 101001 11111101 111010 1010100 0 1 100000011 1100010 111010

Color Harmonies of #6B29FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B29FD

Black with #6B29FD

Text Example


Text Example

White with #6B29FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,41,253); }

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

background-color css

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

 a { background-color: rgb(107,41,253); }

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

border-color css

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

 span { border-color: rgb(107,41,253); }

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