Html Css Color HEX #6B2FF4 Han Purple

📋 copy color: '#6B2FF4'

red 107 ◦ green 47 ◦ blue 244

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

Shades of Han Purple #6B2FF4

Tints of Han Purple #6B2FF4

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.81%

 BLUE value IS 244 (95.7% from 255) = 61.31%

R = 26.88%
G = 11.81%
B = 61.31%

CMYK

 C value IS 0.56

 M value IS 0.81

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#6B2FF4 (or 0x6B2FF4) is known color: Han Purple. HEX triplet: 6B, 2F and F4. RGB value is (107,47,244). Sum of RGB (Red+Green+Blue) = 107+47+244=398 (52% of max value = 765). Red value is 107 (42.19% from 255 or 26.88% from 398); Green value is 47 (18.75% from 255 or 11.81% from 398); Blue value is 244 (95.70% from 255 or 61.31% from 398); Max value from RGB is 244 - color contains mainly: blue. Hex color #6B2FF4 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B2FF4 is #94D00B. Grayscale: #565656. Windows color (decimal): -9752588 or 16002923. OLE color: 16002923.

HSL color Cylindrical-coordinate representation of color #6B2FF4: hue angle of 258.27º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6B2FF4 is Cyan = 0.56, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 107 47 244 -
CMYK 0.56 0.81 0 0.04
HSL 258.27º 0.9% 0.57% -
HSV(B) 258.27º 0.81% 0.96% -
XYZ 23.41 11.69 86.61 -
YUV 87.4 216.38 141.98 -
System Red Green Blue C M Y K H S L
Decimal 107 47 244 0.56 0.81 0 0.04 258.27 0.9 0.57
Hex 6B 2F F4 38 51 0 4 102 5A 39
Octal 153 57 364 70 121 0 4 402 132 71
Binary 1101011 101111 11110100 111000 1010001 0 100 100000010 1011010 111001

Color Harmonies of #6B2FF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B2FF4

Black with #6B2FF4

Text Example


Text Example

White with #6B2FF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,47,244); }

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

background-color css

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

 a { background-color: rgb(107,47,244); }

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

border-color css

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

 span { border-color: rgb(107,47,244); }

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