Html Css Color HEX #4B00CF Han Purple

📋 copy color: '#4B00CF'

red 75 ◦ green 0 ◦ blue 207

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

Shades of Han Purple #4B00CF

Tints of Han Purple #4B00CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 73.4%

R = 26.6%
G = 0%
B = 73.4%

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

#4B00CF (or 0x4B00CF) is known color: Han Purple. HEX triplet: 4B, 00 and CF. RGB value is (75,0,207). Sum of RGB (Red+Green+Blue) = 75+0+207=282 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.60% from 282); Green value is 0 (0.39% from 255 or 0% from 282); Blue value is 207 (81.25% from 255 or 73.40% from 282); Max value from RGB is 207 - color contains mainly: blue. Hex color #4B00CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4B00CF is #B4FF30. Grayscale: #2D2D2D. Windows color (decimal): -11861809 or 13566027. OLE color: 13566027.

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

Color convert

RGB 75 0 207 -
CMYK 0.64 1 0 0.19
HSL 261.74º 1% 0.41% -
HSV(B) 261.74º 1% 0.81% -
XYZ 14.16 6 59.44 -
YUV 46.02 218.85 148.67 -
System Red Green Blue C M Y K H S L
Decimal 75 0 207 0.64 1 0 0.19 261.74 1 0.41
Hex 4B 0 CF 40 64 0 13 106 64 29
Octal 113 0 317 100 144 0 23 406 144 51
Binary 1001011 0 11001111 1000000 1100100 0 10011 100000110 1100100 101001

Color Harmonies of #4B00CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B00CF

Black with #4B00CF

Text Example


Text Example

White with #4B00CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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