Html Css Color HEX #4210BD Purple Heart

📋 copy color: '#4210BD'

red 66 ◦ green 16 ◦ blue 189

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

Shades of Purple Heart #4210BD

Tints of Purple Heart #4210BD

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.9%

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

R = 24.35%
G = 5.9%
B = 69.74%

CMYK

 C value IS 0.65

 M value IS 0.92

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4210BD (or 0x4210BD) is known color: Purple Heart. HEX triplet: 42, 10 and BD. RGB value is (66,16,189). Sum of RGB (Red+Green+Blue) = 66+16+189=271 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.35% from 271); Green value is 16 (6.64% from 255 or 5.90% from 271); Blue value is 189 (74.22% from 255 or 69.74% from 271); Max value from RGB is 189 - color contains mainly: blue. Hex color #4210BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4210BD is #BDEF42. Grayscale: #323232. Windows color (decimal): -12447555 or 12390466. OLE color: 12390466.

HSL color Cylindrical-coordinate representation of color #4210BD: hue angle of 257.34º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4210BD is Cyan = 0.65, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 66 16 189 -
CMYK 0.65 0.92 0 0.26
HSL 257.34º 0.84% 0.4% -
HSV(B) 257.34º 0.92% 0.74% -
XYZ 11.62 5.2 48.54 -
YUV 50.67 206.07 138.93 -
System Red Green Blue C M Y K H S L
Decimal 66 16 189 0.65 0.92 0 0.26 257.34 0.84 0.4
Hex 42 10 BD 41 5C 0 1A 101 54 28
Octal 102 20 275 101 134 0 32 401 124 50
Binary 1000010 10000 10111101 1000001 1011100 0 11010 100000001 1010100 101000

Color Harmonies of #4210BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4210BD

Black with #4210BD

Text Example


Text Example

White with #4210BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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