Html Css Color HEX #4200BE Purple Heart

📋 copy color: '#4200BE'

red 66 ◦ green 0 ◦ blue 190

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

Shades of Purple Heart #4200BE

Tints of Purple Heart #4200BE

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 25.78%
G = 0%
B = 74.22%

CMYK

 C value IS 0.65

 M value IS 1

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4200BE (or 0x4200BE) is known color: Purple Heart. HEX triplet: 42, 00 and BE. RGB value is (66,0,190). Sum of RGB (Red+Green+Blue) = 66+0+190=256 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.78% from 256); Green value is 0 (0.39% from 255 or 0% from 256); Blue value is 190 (74.61% from 255 or 74.22% from 256); Max value from RGB is 190 - color contains mainly: blue. Hex color #4200BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4200BE is #BDFF41. Grayscale: #282828. Windows color (decimal): -12451650 or 12451906. OLE color: 12451906.

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

Color convert

RGB 66 0 190 -
CMYK 0.65 1 0 0.25
HSL 260.84º 1% 0.37% -
HSV(B) 260.84º 1% 0.75% -
XYZ 11.54 4.88 49.05 -
YUV 41.39 211.87 145.55 -
System Red Green Blue C M Y K H S L
Decimal 66 0 190 0.65 1 0 0.25 260.84 1 0.37
Hex 42 0 BE 41 64 0 19 105 64 25
Octal 102 0 276 101 144 0 31 405 144 45
Binary 1000010 0 10111110 1000001 1100100 0 11001 100000101 1100100 100101

Color Harmonies of #4200BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4200BE

Black with #4200BE

Text Example


Text Example

White with #4200BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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