Html Css Color HEX #4609BC Purple Heart

📋 copy color: '#4609BC'

red 70 ◦ green 9 ◦ blue 188

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

Shades of Purple Heart #4609BC

Tints of Purple Heart #4609BC

RGB

 RED value IS 70 (27.73% from 255) = 26.22%

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

 BLUE value IS 188 (73.83% from 255) = 70.41%

R = 26.22%
G = 3.37%
B = 70.41%

CMYK

 C value IS 0.63

 M value IS 0.95

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4609BC (or 0x4609BC) is known color: Purple Heart. HEX triplet: 46, 09 and BC. RGB value is (70,9,188). Sum of RGB (Red+Green+Blue) = 70+9+188=267 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.22% from 267); Green value is 9 (3.91% from 255 or 3.37% from 267); Blue value is 188 (73.83% from 255 or 70.41% from 267); Max value from RGB is 188 - color contains mainly: blue. Hex color #4609BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4609BC is #B9F643. Grayscale: #2E2E2E. Windows color (decimal): -12187204 or 12323142. OLE color: 12323142.

HSL color Cylindrical-coordinate representation of color #4609BC: hue angle of 260.45º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4609BC is Cyan = 0.63, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 70 9 188 -
CMYK 0.63 0.95 0 0.26
HSL 260.45º 0.91% 0.39% -
HSV(B) 260.45º 0.95% 0.74% -
XYZ 11.7 5.13 47.95 -
YUV 47.65 207.21 143.95 -
System Red Green Blue C M Y K H S L
Decimal 70 9 188 0.63 0.95 0 0.26 260.45 0.91 0.39
Hex 46 9 BC 3F 5F 0 1A 104 5B 27
Octal 106 11 274 77 137 0 32 404 133 47
Binary 1000110 1001 10111100 111111 1011111 0 11010 100000100 1011011 100111

Color Harmonies of #4609BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4609BC

Black with #4609BC

Text Example


Text Example

White with #4609BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4609BC; }

 p { color: rgb(70,9,188); }

 H1.HeaderClassName
 {
   color: #4609BC;
 }
 .AnyTagClassName
 {
   color: #4609BC;
 }
</style>

background-color css

<style>
 a { background-color: #4609BC; }

 a { background-color: rgb(70,9,188); }

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

border-color css

<style>
 span { border-color: #4609BC; }

 span { border-color: rgb(70,9,188); }

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