Html Css Color HEX #4B09BA Purple Heart

📋 copy color: '#4B09BA'

red 75 ◦ green 9 ◦ blue 186

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

Shades of Purple Heart #4B09BA

Tints of Purple Heart #4B09BA

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.33%

 BLUE value IS 186 (73.05% from 255) = 68.89%

R = 27.78%
G = 3.33%
B = 68.89%

CMYK

 C value IS 0.60

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4B09BA (or 0x4B09BA) is known color: Purple Heart. HEX triplet: 4B, 09 and BA. RGB value is (75,9,186). Sum of RGB (Red+Green+Blue) = 75+9+186=270 (35% of max value = 765). Red value is 75 (29.69% from 255 or 27.78% from 270); Green value is 9 (3.91% from 255 or 3.33% from 270); Blue value is 186 (73.05% from 255 or 68.89% from 270); Max value from RGB is 186 - color contains mainly: blue. Hex color #4B09BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4B09BA is #B4F645. Grayscale: #303030. Windows color (decimal): -11859526 or 12192075. OLE color: 12192075.

HSL color Cylindrical-coordinate representation of color #4B09BA: hue angle of 262.37º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4B09BA is Cyan = 0.60, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 75 9 186 -
CMYK 0.60 0.95 0 0.27
HSL 262.37º 0.91% 0.38% -
HSV(B) 262.37º 0.95% 0.73% -
XYZ 11.86 5.24 46.84 -
YUV 48.91 205.37 146.61 -
System Red Green Blue C M Y K H S L
Decimal 75 9 186 0.60 0.95 0 0.27 262.37 0.91 0.38
Hex 4B 9 BA 3C 5F 0 1B 106 5B 26
Octal 113 11 272 74 137 0 33 406 133 46
Binary 1001011 1001 10111010 111100 1011111 0 11011 100000110 1011011 100110

Color Harmonies of #4B09BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B09BA

Black with #4B09BA

Text Example


Text Example

White with #4B09BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,9,186); }

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

background-color css

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

 a { background-color: rgb(75,9,186); }

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

border-color css

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

 span { border-color: rgb(75,9,186); }

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