Html Css Color HEX #4218BD Purple Heart

📋 copy color: '#4218BD'

red 66 ◦ green 24 ◦ blue 189

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

Shades of Purple Heart #4218BD

Tints of Purple Heart #4218BD

RGB

 RED value IS 66 (26.17% from 255) = 23.66%

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

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

R = 23.66%
G = 8.6%
B = 67.74%

CMYK

 C value IS 0.65

 M value IS 0.87

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4218BD (or 0x4218BD) is known color: Purple Heart. HEX triplet: 42, 18 and BD. RGB value is (66,24,189). Sum of RGB (Red+Green+Blue) = 66+24+189=279 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.66% from 279); Green value is 24 (9.77% from 255 or 8.60% from 279); Blue value is 189 (74.22% from 255 or 67.74% from 279); Max value from RGB is 189 - color contains mainly: blue. Hex color #4218BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4218BD is #BDE742. Grayscale: #363636. Windows color (decimal): -12445507 or 12392514. OLE color: 12392514.

HSL color Cylindrical-coordinate representation of color #4218BD: hue angle of 255.27º 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 #4218BD is Cyan = 0.65, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 66 24 189 -
CMYK 0.65 0.87 0 0.26
HSL 255.27º 0.77% 0.42% -
HSV(B) 255.27º 0.87% 0.74% -
XYZ 11.76 5.49 48.58 -
YUV 55.37 203.41 135.58 -
System Red Green Blue C M Y K H S L
Decimal 66 24 189 0.65 0.87 0 0.26 255.27 0.77 0.42
Hex 42 18 BD 41 57 0 1A FF 4D 2A
Octal 102 30 275 101 127 0 32 377 115 52
Binary 1000010 11000 10111101 1000001 1010111 0 11010 11111111 1001101 101010

Color Harmonies of #4218BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4218BD

Black with #4218BD

Text Example


Text Example

White with #4218BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,24,189); }

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

background-color css

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

 a { background-color: rgb(66,24,189); }

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

border-color css

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

 span { border-color: rgb(66,24,189); }

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