Html Css Color HEX #4215BC Purple Heart

📋 copy color: '#4215BC'

red 66 ◦ green 21 ◦ blue 188

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

Shades of Purple Heart #4215BC

Tints of Purple Heart #4215BC

RGB

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

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

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

R = 24%
G = 7.64%
B = 68.36%

CMYK

 C value IS 0.65

 M value IS 0.89

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4215BC (or 0x4215BC) is known color: Purple Heart. HEX triplet: 42, 15 and BC. RGB value is (66,21,188). Sum of RGB (Red+Green+Blue) = 66+21+188=275 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24% from 275); Green value is 21 (8.59% from 255 or 7.64% from 275); Blue value is 188 (73.83% from 255 or 68.36% from 275); Max value from RGB is 188 - color contains mainly: blue. Hex color #4215BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4215BC is #BDEA43. Grayscale: #343434. Windows color (decimal): -12446276 or 12326210. OLE color: 12326210.

HSL color Cylindrical-coordinate representation of color #4215BC: hue angle of 256.17º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4215BC is Cyan = 0.65, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 66 21 188 -
CMYK 0.65 0.89 0 0.26
HSL 256.17º 0.8% 0.41% -
HSV(B) 256.17º 0.89% 0.74% -
XYZ 11.59 5.33 47.99 -
YUV 53.49 203.91 136.92 -
System Red Green Blue C M Y K H S L
Decimal 66 21 188 0.65 0.89 0 0.26 256.17 0.8 0.41
Hex 42 15 BC 41 59 0 1A 100 50 29
Octal 102 25 274 101 131 0 32 400 120 51
Binary 1000010 10101 10111100 1000001 1011001 0 11010 100000000 1010000 101001

Color Harmonies of #4215BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4215BC

Black with #4215BC

Text Example


Text Example

White with #4215BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,21,188); }

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

background-color css

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

 a { background-color: rgb(66,21,188); }

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

border-color css

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

 span { border-color: rgb(66,21,188); }

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