Html Css Color HEX #4301BD Purple Heart

📋 copy color: '#4301BD'

red 67 ◦ green 1 ◦ blue 189

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

Shades of Purple Heart #4301BD

Tints of Purple Heart #4301BD

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.39%

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

R = 26.07%
G = 0.39%
B = 73.54%

CMYK

 C value IS 0.65

 M value IS 0.99

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4301BD (or 0x4301BD) is known color: Purple Heart. HEX triplet: 43, 01 and BD. RGB value is (67,1,189). Sum of RGB (Red+Green+Blue) = 67+1+189=257 (34% of max value = 765). Red value is 67 (26.56% from 255 or 26.07% from 257); Green value is 1 (0.78% from 255 or 0.39% from 257); Blue value is 189 (74.22% from 255 or 73.54% from 257); Max value from RGB is 189 - color contains mainly: blue. Hex color #4301BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4301BD is #BCFE42. Grayscale: #292929. Windows color (decimal): -12385859 or 12386627. OLE color: 12386627.

HSL color Cylindrical-coordinate representation of color #4301BD: hue angle of 261.06º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4301BD is Cyan = 0.65, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 67 1 189 -
CMYK 0.65 0.99 0 0.26
HSL 261.06º 0.99% 0.37% -
HSV(B) 261.06º 0.99% 0.74% -
XYZ 11.51 4.89 48.48 -
YUV 42.17 210.87 145.71 -
System Red Green Blue C M Y K H S L
Decimal 67 1 189 0.65 0.99 0 0.26 261.06 0.99 0.37
Hex 43 1 BD 41 63 0 1A 105 63 25
Octal 103 1 275 101 143 0 32 405 143 45
Binary 1000011 1 10111101 1000001 1100011 0 11010 100000101 1100011 100101

Color Harmonies of #4301BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4301BD

Black with #4301BD

Text Example


Text Example

White with #4301BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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