Html Css Color HEX #4002BD Purple Heart

📋 copy color: '#4002BD'

red 64 ◦ green 2 ◦ blue 189

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

Shades of Purple Heart #4002BD

Tints of Purple Heart #4002BD

RGB

 RED value IS 64 (25.39% from 255) = 25.1%

 GREEN value IS 2 (1.17% from 255) = 0.78%

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

R = 25.1%
G = 0.78%
B = 74.12%

CMYK

 C value IS 0.66

 M value IS 0.99

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4002BD (or 0x4002BD) is known color: Purple Heart. HEX triplet: 40, 02 and BD. RGB value is (64,2,189). Sum of RGB (Red+Green+Blue) = 64+2+189=255 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.10% from 255); Green value is 2 (1.17% from 255 or 0.78% from 255); Blue value is 189 (74.22% from 255 or 74.12% from 255); Max value from RGB is 189 - color contains mainly: blue. Hex color #4002BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4002BD is #BFFD42. Grayscale: #292929. Windows color (decimal): -12582211 or 12386880. OLE color: 12386880.

HSL color Cylindrical-coordinate representation of color #4002BD: hue angle of 259.89º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4002BD is Cyan = 0.66, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 64 2 189 -
CMYK 0.66 0.99 0 0.26
HSL 259.89º 0.98% 0.37% -
HSV(B) 259.89º 0.99% 0.74% -
XYZ 11.32 4.81 48.48 -
YUV 41.86 211.04 143.79 -
System Red Green Blue C M Y K H S L
Decimal 64 2 189 0.66 0.99 0 0.26 259.89 0.98 0.37
Hex 40 2 BD 42 63 0 1A 104 62 25
Octal 100 2 275 102 143 0 32 404 142 45
Binary 1000000 10 10111101 1000010 1100011 0 11010 100000100 1100010 100101

Color Harmonies of #4002BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4002BD

Black with #4002BD

Text Example


Text Example

White with #4002BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,2,189); }

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

background-color css

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

 a { background-color: rgb(64,2,189); }

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

border-color css

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

 span { border-color: rgb(64,2,189); }

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