Html Css Color HEX #7530D0 Purple Heart

📋 copy color: '#7530D0'

red 117 ◦ green 48 ◦ blue 208

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

Shades of Purple Heart #7530D0

Tints of Purple Heart #7530D0

RGB

 RED value IS 117 (46.09% from 255) = 31.37%

 GREEN value IS 48 (19.14% from 255) = 12.87%

 BLUE value IS 208 (81.64% from 255) = 55.76%

R = 31.37%
G = 12.87%
B = 55.76%

CMYK

 C value IS 0.44

 M value IS 0.77

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#7530D0 (or 0x7530D0) is known color: Purple Heart. HEX triplet: 75, 30 and D0. RGB value is (117,48,208). Sum of RGB (Red+Green+Blue) = 117+48+208=373 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.37% from 373); Green value is 48 (19.14% from 255 or 12.87% from 373); Blue value is 208 (81.64% from 255 or 55.76% from 373); Max value from RGB is 208 - color contains mainly: blue. Hex color #7530D0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7530D0 is #8ACF2F. Grayscale: #565656. Windows color (decimal): -9097008 or 13643893. OLE color: 13643893.

HSL color Cylindrical-coordinate representation of color #7530D0: hue angle of 265.88º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7530D0 is Cyan = 0.44, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 117 48 208 -
CMYK 0.44 0.77 0 0.18
HSL 265.88º 0.63% 0.5% -
HSV(B) 265.88º 0.77% 0.82% -
XYZ 19.78 10.45 60.65 -
YUV 86.87 196.36 149.49 -
System Red Green Blue C M Y K H S L
Decimal 117 48 208 0.44 0.77 0 0.18 265.88 0.63 0.5
Hex 75 30 D0 2C 4D 0 12 10A 3F 32
Octal 165 60 320 54 115 0 22 412 77 62
Binary 1110101 110000 11010000 101100 1001101 0 10010 100001010 111111 110010

Color Harmonies of #7530D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7530D0

Black with #7530D0

Text Example


Text Example

White with #7530D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7530D0; }

 p { color: rgb(117,48,208); }

 H1.HeaderClassName
 {
   color: #7530D0;
 }
 .AnyTagClassName
 {
   color: #7530D0;
 }
</style>

background-color css

<style>
 a { background-color: #7530D0; }

 a { background-color: rgb(117,48,208); }

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

border-color css

<style>
 span { border-color: #7530D0; }

 span { border-color: rgb(117,48,208); }

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