Html Css Color HEX #4318BC Purple Heart

📋 copy color: '#4318BC'

red 67 ◦ green 24 ◦ blue 188

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

Shades of Purple Heart #4318BC

Tints of Purple Heart #4318BC

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.6%

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

R = 24.01%
G = 8.6%
B = 67.38%

CMYK

 C value IS 0.64

 M value IS 0.87

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4318BC (or 0x4318BC) is known color: Purple Heart. HEX triplet: 43, 18 and BC. RGB value is (67,24,188). Sum of RGB (Red+Green+Blue) = 67+24+188=279 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.01% from 279); Green value is 24 (9.77% from 255 or 8.60% from 279); Blue value is 188 (73.83% from 255 or 67.38% from 279); Max value from RGB is 188 - color contains mainly: blue. Hex color #4318BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4318BC is #BCE743. Grayscale: #363636. Windows color (decimal): -12379972 or 12326979. OLE color: 12326979.

HSL color Cylindrical-coordinate representation of color #4318BC: hue angle of 255.73º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4318BC is Cyan = 0.64, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 67 24 188 -
CMYK 0.64 0.87 0 0.26
HSL 255.73º 0.77% 0.42% -
HSV(B) 255.73º 0.87% 0.74% -
XYZ 11.72 5.48 48.02 -
YUV 55.55 202.75 136.16 -
System Red Green Blue C M Y K H S L
Decimal 67 24 188 0.64 0.87 0 0.26 255.73 0.77 0.42
Hex 43 18 BC 40 57 0 1A 100 4D 2A
Octal 103 30 274 100 127 0 32 400 115 52
Binary 1000011 11000 10111100 1000000 1010111 0 11010 100000000 1001101 101010

Color Harmonies of #4318BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4318BC

Black with #4318BC

Text Example


Text Example

White with #4318BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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