Html Css Color HEX #4B00CE Han Purple

📋 copy color: '#4B00CE'

red 75 ◦ green 0 ◦ blue 206

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

Shades of Han Purple #4B00CE

Tints of Han Purple #4B00CE

RGB

 RED value IS 75 (29.69% from 255) = 26.69%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 206 (80.86% from 255) = 73.31%

R = 26.69%
G = 0%
B = 73.31%

CMYK

 C value IS 0.64

 M value IS 1

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4B00CE (or 0x4B00CE) is known color: Han Purple. HEX triplet: 4B, 00 and CE. RGB value is (75,0,206). Sum of RGB (Red+Green+Blue) = 75+0+206=281 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.69% from 281); Green value is 0 (0.39% from 255 or 0% from 281); Blue value is 206 (80.86% from 255 or 73.31% from 281); Max value from RGB is 206 - color contains mainly: blue. Hex color #4B00CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4B00CE is #B4FF31. Grayscale: #2D2D2D. Windows color (decimal): -11861810 or 13500491. OLE color: 13500491.

HSL color Cylindrical-coordinate representation of color #4B00CE: hue angle of 261.84º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4B00CE is Cyan = 0.64, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 75 0 206 -
CMYK 0.64 1 0 0.19
HSL 261.84º 1% 0.4% -
HSV(B) 261.84º 1% 0.81% -
XYZ 14.04 5.95 58.8 -
YUV 45.91 218.35 148.75 -
System Red Green Blue C M Y K H S L
Decimal 75 0 206 0.64 1 0 0.19 261.84 1 0.4
Hex 4B 0 CE 40 64 0 13 106 64 28
Octal 113 0 316 100 144 0 23 406 144 50
Binary 1001011 0 11001110 1000000 1100100 0 10011 100000110 1100100 101000

Color Harmonies of #4B00CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B00CE

Black with #4B00CE

Text Example


Text Example

White with #4B00CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4B00CE; }

 p { color: rgb(75,0,206); }

 H1.HeaderClassName
 {
   color: #4B00CE;
 }
 .AnyTagClassName
 {
   color: #4B00CE;
 }
</style>

background-color css

<style>
 a { background-color: #4B00CE; }

 a { background-color: rgb(75,0,206); }

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

border-color css

<style>
 span { border-color: #4B00CE; }

 span { border-color: rgb(75,0,206); }

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