Html Css Color HEX #6B2FFC Han Purple

📋 copy color: '#6B2FFC'

red 107 ◦ green 47 ◦ blue 252

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

Shades of Han Purple #6B2FFC

Tints of Han Purple #6B2FFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 62.07%

R = 26.35%
G = 11.58%
B = 62.07%

CMYK

 C value IS 0.58

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6B2FFC (or 0x6B2FFC) is known color: Han Purple. HEX triplet: 6B, 2F and FC. RGB value is (107,47,252). Sum of RGB (Red+Green+Blue) = 107+47+252=406 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.35% from 406); Green value is 47 (18.75% from 255 or 11.58% from 406); Blue value is 252 (98.83% from 255 or 62.07% from 406); Max value from RGB is 252 - color contains mainly: blue. Hex color #6B2FFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B2FFC is #94D003. Grayscale: #575757. Windows color (decimal): -9752580 or 16527211. OLE color: 16527211.

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

Color convert

RGB 107 47 252 -
CMYK 0.58 0.81 0 0.01
HSL 257.56º 0.97% 0.59% -
HSV(B) 257.56º 0.81% 0.99% -
XYZ 24.65 12.19 93.15 -
YUV 88.31 220.38 141.33 -
System Red Green Blue C M Y K H S L
Decimal 107 47 252 0.58 0.81 0 0.01 257.56 0.97 0.59
Hex 6B 2F FC 3A 51 0 1 102 61 3B
Octal 153 57 374 72 121 0 1 402 141 73
Binary 1101011 101111 11111100 111010 1010001 0 1 100000010 1100001 111011

Color Harmonies of #6B2FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B2FFC

Black with #6B2FFC

Text Example


Text Example

White with #6B2FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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