Html Css Color HEX #7530CE Purple Heart

📋 copy color: '#7530CE'

red 117 ◦ green 48 ◦ blue 206

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

Shades of Purple Heart #7530CE

Tints of Purple Heart #7530CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 55.53%

R = 31.54%
G = 12.94%
B = 55.53%

CMYK

 C value IS 0.43

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7530CE (or 0x7530CE) is known color: Purple Heart. HEX triplet: 75, 30 and CE. RGB value is (117,48,206). Sum of RGB (Red+Green+Blue) = 117+48+206=371 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.54% from 371); Green value is 48 (19.14% from 255 or 12.94% from 371); Blue value is 206 (80.86% from 255 or 55.53% from 371); Max value from RGB is 206 - color contains mainly: blue. Hex color #7530CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7530CE is #8ACF31. Grayscale: #565656. Windows color (decimal): -9097010 or 13512821. OLE color: 13512821.

HSL color Cylindrical-coordinate representation of color #7530CE: hue angle of 266.2º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7530CE is Cyan = 0.43, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 117 48 206 -
CMYK 0.43 0.77 0 0.19
HSL 266.2º 0.62% 0.5% -
HSV(B) 266.2º 0.77% 0.81% -
XYZ 19.53 10.35 59.36 -
YUV 86.64 195.36 149.65 -
System Red Green Blue C M Y K H S L
Decimal 117 48 206 0.43 0.77 0 0.19 266.2 0.62 0.5
Hex 75 30 CE 2B 4D 0 13 10A 3E 32
Octal 165 60 316 53 115 0 23 412 76 62
Binary 1110101 110000 11001110 101011 1001101 0 10011 100001010 111110 110010

Color Harmonies of #7530CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7530CE

Black with #7530CE

Text Example


Text Example

White with #7530CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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