Html Css Color HEX #730FCF Purple Heart

📋 copy color: '#730FCF'

red 115 ◦ green 15 ◦ blue 207

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

Shades of Purple Heart #730FCF

Tints of Purple Heart #730FCF

RGB

 RED value IS 115 (45.31% from 255) = 34.12%

 GREEN value IS 15 (6.25% from 255) = 4.45%

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

R = 34.12%
G = 4.45%
B = 61.42%

CMYK

 C value IS 0.44

 M value IS 0.93

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#730FCF (or 0x730FCF) is known color: Purple Heart. HEX triplet: 73, 0F and CF. RGB value is (115,15,207). Sum of RGB (Red+Green+Blue) = 115+15+207=337 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.12% from 337); Green value is 15 (6.25% from 255 or 4.45% from 337); Blue value is 207 (81.25% from 255 or 61.42% from 337); Max value from RGB is 207 - color contains mainly: blue. Hex color #730FCF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #730FCF is #8CF030. Grayscale: #424242. Windows color (decimal): -9236529 or 13569907. OLE color: 13569907.

HSL color Cylindrical-coordinate representation of color #730FCF: hue angle of 271.25º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #730FCF is Cyan = 0.44, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 115 15 207 -
CMYK 0.44 0.93 0 0.19
HSL 271.25º 0.86% 0.44% -
HSV(B) 271.25º 0.93% 0.81% -
XYZ 18.5 8.49 59.7 -
YUV 66.79 207.13 162.39 -
System Red Green Blue C M Y K H S L
Decimal 115 15 207 0.44 0.93 0 0.19 271.25 0.86 0.44
Hex 73 F CF 2C 5D 0 13 10F 56 2C
Octal 163 17 317 54 135 0 23 417 126 54
Binary 1110011 1111 11001111 101100 1011101 0 10011 100001111 1010110 101100

Color Harmonies of #730FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730FCF

Black with #730FCF

Text Example


Text Example

White with #730FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730FCF; }

 p { color: rgb(115,15,207); }

 H1.HeaderClassName
 {
   color: #730FCF;
 }
 .AnyTagClassName
 {
   color: #730FCF;
 }
</style>

background-color css

<style>
 a { background-color: #730FCF; }

 a { background-color: rgb(115,15,207); }

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

border-color css

<style>
 span { border-color: #730FCF; }

 span { border-color: rgb(115,15,207); }

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