Html Css Color HEX #4615CD Purple Heart

📋 copy color: '#4615CD'

red 70 ◦ green 21 ◦ blue 205

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

Shades of Purple Heart #4615CD

Tints of Purple Heart #4615CD

RGB

 RED value IS 70 (27.73% from 255) = 23.65%

 GREEN value IS 21 (8.59% from 255) = 7.09%

 BLUE value IS 205 (80.47% from 255) = 69.26%

R = 23.65%
G = 7.09%
B = 69.26%

CMYK

 C value IS 0.66

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4615CD (or 0x4615CD) is known color: Purple Heart. HEX triplet: 46, 15 and CD. RGB value is (70,21,205). Sum of RGB (Red+Green+Blue) = 70+21+205=296 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.65% from 296); Green value is 21 (8.59% from 255 or 7.09% from 296); Blue value is 205 (80.47% from 255 or 69.26% from 296); Max value from RGB is 205 - color contains mainly: blue. Hex color #4615CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4615CD is #B9EA32. Grayscale: #373737. Windows color (decimal): -12184115 or 13440326. OLE color: 13440326.

HSL color Cylindrical-coordinate representation of color #4615CD: hue angle of 255.98º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4615CD is Cyan = 0.66, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 70 21 205 -
CMYK 0.66 0.90 0 0.20
HSL 255.98º 0.81% 0.44% -
HSV(B) 255.98º 0.9% 0.8% -
XYZ 13.81 6.25 58.24 -
YUV 56.63 211.73 137.54 -
System Red Green Blue C M Y K H S L
Decimal 70 21 205 0.66 0.90 0 0.20 255.98 0.81 0.44
Hex 46 15 CD 42 5A 0 14 100 51 2C
Octal 106 25 315 102 132 0 24 400 121 54
Binary 1000110 10101 11001101 1000010 1011010 0 10100 100000000 1010001 101100

Color Harmonies of #4615CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4615CD

Black with #4615CD

Text Example


Text Example

White with #4615CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4615CD; }

 p { color: rgb(70,21,205); }

 H1.HeaderClassName
 {
   color: #4615CD;
 }
 .AnyTagClassName
 {
   color: #4615CD;
 }
</style>

background-color css

<style>
 a { background-color: #4615CD; }

 a { background-color: rgb(70,21,205); }

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

border-color css

<style>
 span { border-color: #4615CD; }

 span { border-color: rgb(70,21,205); }

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