Html Css Color HEX #4735CF Purple Heart

📋 copy color: '#4735CF'

red 71 ◦ green 53 ◦ blue 207

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

Shades of Purple Heart #4735CF

Tints of Purple Heart #4735CF

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.01%

 BLUE value IS 207 (81.25% from 255) = 62.54%

R = 21.45%
G = 16.01%
B = 62.54%

CMYK

 C value IS 0.66

 M value IS 0.74

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4735CF (or 0x4735CF) is known color: Purple Heart. HEX triplet: 47, 35 and CF. RGB value is (71,53,207). Sum of RGB (Red+Green+Blue) = 71+53+207=331 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.45% from 331); Green value is 53 (21.09% from 255 or 16.01% from 331); Blue value is 207 (81.25% from 255 or 62.54% from 331); Max value from RGB is 207 - color contains mainly: blue. Hex color #4735CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4735CF is #B8CA30. Grayscale: #4B4B4B. Windows color (decimal): -12110385 or 13579591. OLE color: 13579591.

HSL color Cylindrical-coordinate representation of color #4735CF: hue angle of 247.01º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4735CF is Cyan = 0.66, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 71 53 207 -
CMYK 0.66 0.74 0 0.19
HSL 247.01º 0.62% 0.51% -
HSV(B) 247.01º 0.74% 0.81% -
XYZ 15.13 8.39 59.85 -
YUV 75.94 201.96 124.48 -
System Red Green Blue C M Y K H S L
Decimal 71 53 207 0.66 0.74 0 0.19 247.01 0.62 0.51
Hex 47 35 CF 42 4A 0 13 F7 3E 33
Octal 107 65 317 102 112 0 23 367 76 63
Binary 1000111 110101 11001111 1000010 1001010 0 10011 11110111 111110 110011

Color Harmonies of #4735CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4735CF

Black with #4735CF

Text Example


Text Example

White with #4735CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4735CF; }

 p { color: rgb(71,53,207); }

 H1.HeaderClassName
 {
   color: #4735CF;
 }
 .AnyTagClassName
 {
   color: #4735CF;
 }
</style>

background-color css

<style>
 a { background-color: #4735CF; }

 a { background-color: rgb(71,53,207); }

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

border-color css

<style>
 span { border-color: #4735CF; }

 span { border-color: rgb(71,53,207); }

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