Html Css Color HEX #4309BC Purple Heart

📋 copy color: '#4309BC'

red 67 ◦ green 9 ◦ blue 188

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

Shades of Purple Heart #4309BC

Tints of Purple Heart #4309BC

RGB

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

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

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

R = 25.38%
G = 3.41%
B = 71.21%

CMYK

 C value IS 0.64

 M value IS 0.95

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4309BC (or 0x4309BC) is known color: Purple Heart. HEX triplet: 43, 09 and BC. RGB value is (67,9,188). Sum of RGB (Red+Green+Blue) = 67+9+188=264 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.38% from 264); Green value is 9 (3.91% from 255 or 3.41% from 264); Blue value is 188 (73.83% from 255 or 71.21% from 264); Max value from RGB is 188 - color contains mainly: blue. Hex color #4309BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4309BC is #BCF643. Grayscale: #2E2E2E. Windows color (decimal): -12383812 or 12323139. OLE color: 12323139.

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

Color convert

RGB 67 9 188 -
CMYK 0.64 0.95 0 0.26
HSL 259.44º 0.91% 0.39% -
HSV(B) 259.44º 0.95% 0.74% -
XYZ 11.49 5.02 47.94 -
YUV 46.75 207.72 142.45 -
System Red Green Blue C M Y K H S L
Decimal 67 9 188 0.64 0.95 0 0.26 259.44 0.91 0.39
Hex 43 9 BC 40 5F 0 1A 103 5B 27
Octal 103 11 274 100 137 0 32 403 133 47
Binary 1000011 1001 10111100 1000000 1011111 0 11010 100000011 1011011 100111

Color Harmonies of #4309BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4309BC

Black with #4309BC

Text Example


Text Example

White with #4309BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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