Html Css Color HEX #4309BD Purple Heart

📋 copy color: '#4309BD'

red 67 ◦ green 9 ◦ blue 189

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

Shades of Purple Heart #4309BD

Tints of Purple Heart #4309BD

RGB

 RED value IS 67 (26.56% from 255) = 25.28%

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

 BLUE value IS 189 (74.22% from 255) = 71.32%

R = 25.28%
G = 3.4%
B = 71.32%

CMYK

 C value IS 0.65

 M value IS 0.95

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4309BD (or 0x4309BD) is known color: Purple Heart. HEX triplet: 43, 09 and BD. RGB value is (67,9,189). Sum of RGB (Red+Green+Blue) = 67+9+189=265 (35% of max value = 765). Red value is 67 (26.56% from 255 or 25.28% from 265); Green value is 9 (3.91% from 255 or 3.40% from 265); Blue value is 189 (74.22% from 255 or 71.32% from 265); Max value from RGB is 189 - color contains mainly: blue. Hex color #4309BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4309BD is #BCF642. Grayscale: #2E2E2E. Windows color (decimal): -12383811 or 12388675. OLE color: 12388675.

HSL color Cylindrical-coordinate representation of color #4309BD: hue angle of 259.33º 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 #4309BD is Cyan = 0.65, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 67 9 189 -
CMYK 0.65 0.95 0 0.26
HSL 259.33º 0.91% 0.39% -
HSV(B) 259.33º 0.95% 0.74% -
XYZ 11.6 5.06 48.51 -
YUV 46.86 208.22 142.36 -
System Red Green Blue C M Y K H S L
Decimal 67 9 189 0.65 0.95 0 0.26 259.33 0.91 0.39
Hex 43 9 BD 41 5F 0 1A 103 5B 27
Octal 103 11 275 101 137 0 32 403 133 47
Binary 1000011 1001 10111101 1000001 1011111 0 11010 100000011 1011011 100111

Color Harmonies of #4309BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4309BD

Black with #4309BD

Text Example


Text Example

White with #4309BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4309BD; }

 p { color: rgb(67,9,189); }

 H1.HeaderClassName
 {
   color: #4309BD;
 }
 .AnyTagClassName
 {
   color: #4309BD;
 }
</style>

background-color css

<style>
 a { background-color: #4309BD; }

 a { background-color: rgb(67,9,189); }

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

border-color css

<style>
 span { border-color: #4309BD; }

 span { border-color: rgb(67,9,189); }

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