Html Css Color HEX #4313BC Purple Heart

📋 copy color: '#4313BC'

red 67 ◦ green 19 ◦ blue 188

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

Shades of Purple Heart #4313BC

Tints of Purple Heart #4313BC

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.93%

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

R = 24.45%
G = 6.93%
B = 68.61%

CMYK

 C value IS 0.64

 M value IS 0.90

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4313BC (or 0x4313BC) is known color: Purple Heart. HEX triplet: 43, 13 and BC. RGB value is (67,19,188). Sum of RGB (Red+Green+Blue) = 67+19+188=274 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.45% from 274); Green value is 19 (7.81% from 255 or 6.93% from 274); Blue value is 188 (73.83% from 255 or 68.61% from 274); Max value from RGB is 188 - color contains mainly: blue. Hex color #4313BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4313BC is #BCEC43. Grayscale: #333333. Windows color (decimal): -12381252 or 12325699. OLE color: 12325699.

HSL color Cylindrical-coordinate representation of color #4313BC: hue angle of 257.04º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4313BC is Cyan = 0.64, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 67 19 188 -
CMYK 0.64 0.90 0 0.26
HSL 257.04º 0.82% 0.41% -
HSV(B) 257.04º 0.9% 0.74% -
XYZ 11.62 5.29 47.99 -
YUV 52.62 204.4 138.26 -
System Red Green Blue C M Y K H S L
Decimal 67 19 188 0.64 0.90 0 0.26 257.04 0.82 0.41
Hex 43 13 BC 40 5A 0 1A 101 52 29
Octal 103 23 274 100 132 0 32 401 122 51
Binary 1000011 10011 10111100 1000000 1011010 0 11010 100000001 1010010 101001

Color Harmonies of #4313BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4313BC

Black with #4313BC

Text Example


Text Example

White with #4313BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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