Html Css Color HEX #6B25EB Han Purple

📋 copy color: '#6B25EB'

red 107 ◦ green 37 ◦ blue 235

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

Shades of Han Purple #6B25EB

Tints of Han Purple #6B25EB

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.76%

 BLUE value IS 235 (92.19% from 255) = 62.01%

R = 28.23%
G = 9.76%
B = 62.01%

CMYK

 C value IS 0.54

 M value IS 0.84

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6B25EB (or 0x6B25EB) is known color: Han Purple. HEX triplet: 6B, 25 and EB. RGB value is (107,37,235). Sum of RGB (Red+Green+Blue) = 107+37+235=379 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.23% from 379); Green value is 37 (14.84% from 255 or 9.76% from 379); Blue value is 235 (92.19% from 255 or 62.01% from 379); Max value from RGB is 235 - color contains mainly: blue. Hex color #6B25EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B25EB is #94DA14. Grayscale: #4F4F4F. Windows color (decimal): -9755157 or 15410539. OLE color: 15410539.

HSL color Cylindrical-coordinate representation of color #6B25EB: hue angle of 261.21º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6B25EB is Cyan = 0.54, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 107 37 235 -
CMYK 0.54 0.84 0 0.08
HSL 261.21º 0.83% 0.53% -
HSV(B) 261.21º 0.84% 0.92% -
XYZ 21.72 10.45 79.47 -
YUV 80.5 215.19 146.9 -
System Red Green Blue C M Y K H S L
Decimal 107 37 235 0.54 0.84 0 0.08 261.21 0.83 0.53
Hex 6B 25 EB 36 54 0 8 105 53 35
Octal 153 45 353 66 124 0 10 405 123 65
Binary 1101011 100101 11101011 110110 1010100 0 1000 100000101 1010011 110101

Color Harmonies of #6B25EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B25EB

Black with #6B25EB

Text Example


Text Example

White with #6B25EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,37,235); }

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

background-color css

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

 a { background-color: rgb(107,37,235); }

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

border-color css

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

 span { border-color: rgb(107,37,235); }

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