Html Css Color HEX #4702BB Purple Heart

📋 copy color: '#4702BB'

red 71 ◦ green 2 ◦ blue 187

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

Shades of Purple Heart #4702BB

Tints of Purple Heart #4702BB

RGB

 RED value IS 71 (28.13% from 255) = 27.31%

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

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

R = 27.31%
G = 0.77%
B = 71.92%

CMYK

 C value IS 0.62

 M value IS 0.99

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4702BB (or 0x4702BB) is known color: Purple Heart. HEX triplet: 47, 02 and BB. RGB value is (71,2,187). Sum of RGB (Red+Green+Blue) = 71+2+187=260 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.31% from 260); Green value is 2 (1.17% from 255 or 0.77% from 260); Blue value is 187 (73.44% from 255 or 71.92% from 260); Max value from RGB is 187 - color contains mainly: blue. Hex color #4702BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4702BB is #B8FD44. Grayscale: #2B2B2B. Windows color (decimal): -12123461 or 12255815. OLE color: 12255815.

HSL color Cylindrical-coordinate representation of color #4702BB: hue angle of 262.38º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4702BB is Cyan = 0.62, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 71 2 187 -
CMYK 0.62 0.99 0 0.27
HSL 262.38º 0.98% 0.37% -
HSV(B) 262.38º 0.99% 0.73% -
XYZ 11.59 4.97 47.36 -
YUV 43.72 208.86 147.46 -
System Red Green Blue C M Y K H S L
Decimal 71 2 187 0.62 0.99 0 0.27 262.38 0.98 0.37
Hex 47 2 BB 3E 63 0 1B 106 62 25
Octal 107 2 273 76 143 0 33 406 142 45
Binary 1000111 10 10111011 111110 1100011 0 11011 100000110 1100010 100101

Color Harmonies of #4702BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4702BB

Black with #4702BB

Text Example


Text Example

White with #4702BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,2,187); }

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

background-color css

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

 a { background-color: rgb(71,2,187); }

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

border-color css

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

 span { border-color: rgb(71,2,187); }

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