Html Css Color HEX #4007BB Purple Heart

📋 copy color: '#4007BB'

red 64 ◦ green 7 ◦ blue 187

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

Shades of Purple Heart #4007BB

Tints of Purple Heart #4007BB

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.71%

 BLUE value IS 187 (73.44% from 255) = 72.48%

R = 24.81%
G = 2.71%
B = 72.48%

CMYK

 C value IS 0.66

 M value IS 0.96

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4007BB (or 0x4007BB) is known color: Purple Heart. HEX triplet: 40, 07 and BB. RGB value is (64,7,187). Sum of RGB (Red+Green+Blue) = 64+7+187=258 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.81% from 258); Green value is 7 (3.12% from 255 or 2.71% from 258); Blue value is 187 (73.44% from 255 or 72.48% from 258); Max value from RGB is 187 - color contains mainly: blue. Hex color #4007BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4007BB is #BFF844. Grayscale: #2B2B2B. Windows color (decimal): -12580933 or 12257088. OLE color: 12257088.

HSL color Cylindrical-coordinate representation of color #4007BB: hue angle of 259º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4007BB is Cyan = 0.66, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 64 7 187 -
CMYK 0.66 0.96 0 0.27
HSL 259º 0.93% 0.38% -
HSV(B) 259º 0.96% 0.73% -
XYZ 11.16 4.83 47.36 -
YUV 44.56 208.38 141.86 -
System Red Green Blue C M Y K H S L
Decimal 64 7 187 0.66 0.96 0 0.27 259 0.93 0.38
Hex 40 7 BB 42 60 0 1B 103 5D 26
Octal 100 7 273 102 140 0 33 403 135 46
Binary 1000000 111 10111011 1000010 1100000 0 11011 100000011 1011101 100110

Color Harmonies of #4007BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4007BB

Black with #4007BB

Text Example


Text Example

White with #4007BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4007BB; }

 p { color: rgb(64,7,187); }

 H1.HeaderClassName
 {
   color: #4007BB;
 }
 .AnyTagClassName
 {
   color: #4007BB;
 }
</style>

background-color css

<style>
 a { background-color: #4007BB; }

 a { background-color: rgb(64,7,187); }

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

border-color css

<style>
 span { border-color: #4007BB; }

 span { border-color: rgb(64,7,187); }

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