Html Css Color HEX #4210BE Purple Heart

📋 copy color: '#4210BE'

red 66 ◦ green 16 ◦ blue 190

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

Shades of Purple Heart #4210BE

Tints of Purple Heart #4210BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 69.85%

R = 24.26%
G = 5.88%
B = 69.85%

CMYK

 C value IS 0.65

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4210BE (or 0x4210BE) is known color: Purple Heart. HEX triplet: 42, 10 and BE. RGB value is (66,16,190). Sum of RGB (Red+Green+Blue) = 66+16+190=272 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.26% from 272); Green value is 16 (6.64% from 255 or 5.88% from 272); Blue value is 190 (74.61% from 255 or 69.85% from 272); Max value from RGB is 190 - color contains mainly: blue. Hex color #4210BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4210BE is #BDEF41. Grayscale: #323232. Windows color (decimal): -12447554 or 12456002. OLE color: 12456002.

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

Color convert

RGB 66 16 190 -
CMYK 0.65 0.92 0 0.25
HSL 257.24º 0.84% 0.4% -
HSV(B) 257.24º 0.92% 0.75% -
XYZ 11.73 5.25 49.11 -
YUV 50.79 206.57 138.85 -
System Red Green Blue C M Y K H S L
Decimal 66 16 190 0.65 0.92 0 0.25 257.24 0.84 0.4
Hex 42 10 BE 41 5C 0 19 101 54 28
Octal 102 20 276 101 134 0 31 401 124 50
Binary 1000010 10000 10111110 1000001 1011100 0 11001 100000001 1010100 101000

Color Harmonies of #4210BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4210BE

Black with #4210BE

Text Example


Text Example

White with #4210BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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