Html Css Color HEX #4213BC Purple Heart

📋 copy color: '#4213BC'

red 66 ◦ green 19 ◦ blue 188

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

Shades of Purple Heart #4213BC

Tints of Purple Heart #4213BC

RGB

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

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

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

R = 24.18%
G = 6.96%
B = 68.86%

CMYK

 C value IS 0.65

 M value IS 0.90

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4213BC (or 0x4213BC) is known color: Purple Heart. HEX triplet: 42, 13 and BC. RGB value is (66,19,188). Sum of RGB (Red+Green+Blue) = 66+19+188=273 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.18% from 273); Green value is 19 (7.81% from 255 or 6.96% from 273); Blue value is 188 (73.83% from 255 or 68.86% from 273); Max value from RGB is 188 - color contains mainly: blue. Hex color #4213BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4213BC is #BDEC43. Grayscale: #333333. Windows color (decimal): -12446788 or 12325698. OLE color: 12325698.

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

Color convert

RGB 66 19 188 -
CMYK 0.65 0.90 0 0.26
HSL 256.69º 0.82% 0.41% -
HSV(B) 256.69º 0.9% 0.74% -
XYZ 11.56 5.25 47.98 -
YUV 52.32 204.57 137.76 -
System Red Green Blue C M Y K H S L
Decimal 66 19 188 0.65 0.90 0 0.26 256.69 0.82 0.41
Hex 42 13 BC 41 5A 0 1A 101 52 29
Octal 102 23 274 101 132 0 32 401 122 51
Binary 1000010 10011 10111100 1000001 1011010 0 11010 100000001 1010010 101001

Color Harmonies of #4213BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4213BC

Black with #4213BC

Text Example


Text Example

White with #4213BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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