Html Css Color HEX #6B29FB Han Purple

📋 copy color: '#6B29FB'

red 107 ◦ green 41 ◦ blue 251

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

Shades of Han Purple #6B29FB

Tints of Han Purple #6B29FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 62.91%

R = 26.82%
G = 10.28%
B = 62.91%

CMYK

 C value IS 0.57

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6B29FB (or 0x6B29FB) is known color: Han Purple. HEX triplet: 6B, 29 and FB. RGB value is (107,41,251). Sum of RGB (Red+Green+Blue) = 107+41+251=399 (52% of max value = 765). Red value is 107 (42.19% from 255 or 26.82% from 399); Green value is 41 (16.41% from 255 or 10.28% from 399); Blue value is 251 (98.44% from 255 or 62.91% from 399); Max value from RGB is 251 - color contains mainly: blue. Hex color #6B29FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B29FB is #94D604. Grayscale: #535353. Windows color (decimal): -9754117 or 16460139. OLE color: 16460139.

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

Color convert

RGB 107 41 251 -
CMYK 0.57 0.84 0 0.02
HSL 258.86º 0.96% 0.57% -
HSV(B) 258.86º 0.84% 0.98% -
XYZ 24.27 11.68 92.24 -
YUV 84.67 221.87 143.92 -
System Red Green Blue C M Y K H S L
Decimal 107 41 251 0.57 0.84 0 0.02 258.86 0.96 0.57
Hex 6B 29 FB 39 54 0 2 103 60 39
Octal 153 51 373 71 124 0 2 403 140 71
Binary 1101011 101001 11111011 111001 1010100 0 10 100000011 1100000 111001

Color Harmonies of #6B29FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B29FB

Black with #6B29FB

Text Example


Text Example

White with #6B29FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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