Html Css Color HEX #4707CB Purple Heart

📋 copy color: '#4707CB'

red 71 ◦ green 7 ◦ blue 203

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

Shades of Purple Heart #4707CB

Tints of Purple Heart #4707CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 72.24%

R = 25.27%
G = 2.49%
B = 72.24%

CMYK

 C value IS 0.65

 M value IS 0.97

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4707CB (or 0x4707CB) is known color: Purple Heart. HEX triplet: 47, 07 and CB. RGB value is (71,7,203). Sum of RGB (Red+Green+Blue) = 71+7+203=281 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.27% from 281); Green value is 7 (3.12% from 255 or 2.49% from 281); Blue value is 203 (79.69% from 255 or 72.24% from 281); Max value from RGB is 203 - color contains mainly: blue. Hex color #4707CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4707CB is #B8F834. Grayscale: #2F2F2F. Windows color (decimal): -12122165 or 13305671. OLE color: 13305671.

HSL color Cylindrical-coordinate representation of color #4707CB: hue angle of 259.59º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4707CB is Cyan = 0.65, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 71 7 203 -
CMYK 0.65 0.97 0 0.20
HSL 259.59º 0.93% 0.41% -
HSV(B) 259.59º 0.97% 0.8% -
XYZ 13.45 5.8 56.91 -
YUV 48.48 215.2 144.06 -
System Red Green Blue C M Y K H S L
Decimal 71 7 203 0.65 0.97 0 0.20 259.59 0.93 0.41
Hex 47 7 CB 41 61 0 14 104 5D 29
Octal 107 7 313 101 141 0 24 404 135 51
Binary 1000111 111 11001011 1000001 1100001 0 10100 100000100 1011101 101001

Color Harmonies of #4707CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4707CB

Black with #4707CB

Text Example


Text Example

White with #4707CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4707CB; }

 p { color: rgb(71,7,203); }

 H1.HeaderClassName
 {
   color: #4707CB;
 }
 .AnyTagClassName
 {
   color: #4707CB;
 }
</style>

background-color css

<style>
 a { background-color: #4707CB; }

 a { background-color: rgb(71,7,203); }

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

border-color css

<style>
 span { border-color: #4707CB; }

 span { border-color: rgb(71,7,203); }

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