Html Css Color HEX #4315B6 Purple Heart

📋 copy color: '#4315B6'

red 67 ◦ green 21 ◦ blue 182

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

Shades of Purple Heart #4315B6

Tints of Purple Heart #4315B6

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.78%

 BLUE value IS 182 (71.48% from 255) = 67.41%

R = 24.81%
G = 7.78%
B = 67.41%

CMYK

 C value IS 0.63

 M value IS 0.88

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#4315B6 (or 0x4315B6) is known color: Purple Heart. HEX triplet: 43, 15 and B6. RGB value is (67,21,182). Sum of RGB (Red+Green+Blue) = 67+21+182=270 (35% of max value = 765). Red value is 67 (26.56% from 255 or 24.81% from 270); Green value is 21 (8.59% from 255 or 7.78% from 270); Blue value is 182 (71.48% from 255 or 67.41% from 270); Max value from RGB is 182 - color contains mainly: blue. Hex color #4315B6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4315B6 is #BCEA49. Grayscale: #343434. Windows color (decimal): -12380746 or 11932995. OLE color: 11932995.

HSL color Cylindrical-coordinate representation of color #4315B6: hue angle of 257.14º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4315B6 is Cyan = 0.63, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 67 21 182 -
CMYK 0.63 0.88 0 0.29
HSL 257.14º 0.79% 0.4% -
HSV(B) 257.14º 0.88% 0.71% -
XYZ 11.03 5.11 44.66 -
YUV 53.11 200.74 137.91 -
System Red Green Blue C M Y K H S L
Decimal 67 21 182 0.63 0.88 0 0.29 257.14 0.79 0.4
Hex 43 15 B6 3F 58 0 1D 101 4F 28
Octal 103 25 266 77 130 0 35 401 117 50
Binary 1000011 10101 10110110 111111 1011000 0 11101 100000001 1001111 101000

Color Harmonies of #4315B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4315B6

Black with #4315B6

Text Example


Text Example

White with #4315B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4315B6; }

 p { color: rgb(67,21,182); }

 H1.HeaderClassName
 {
   color: #4315B6;
 }
 .AnyTagClassName
 {
   color: #4315B6;
 }
</style>

background-color css

<style>
 a { background-color: #4315B6; }

 a { background-color: rgb(67,21,182); }

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

border-color css

<style>
 span { border-color: #4315B6; }

 span { border-color: rgb(67,21,182); }

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