Html Css Color HEX #752BBE Purple Heart

📋 copy color: '#752BBE'

red 117 ◦ green 43 ◦ blue 190

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

Shades of Purple Heart #752BBE

Tints of Purple Heart #752BBE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.29%

 BLUE value IS 190 (74.61% from 255) = 54.29%

R = 33.43%
G = 12.29%
B = 54.29%

CMYK

 C value IS 0.38

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#752BBE (or 0x752BBE) is known color: Purple Heart. HEX triplet: 75, 2B and BE. RGB value is (117,43,190). Sum of RGB (Red+Green+Blue) = 117+43+190=350 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.43% from 350); Green value is 43 (17.19% from 255 or 12.29% from 350); Blue value is 190 (74.61% from 255 or 54.29% from 350); Max value from RGB is 190 - color contains mainly: blue. Hex color #752BBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #752BBE is #8AD441. Grayscale: #515151. Windows color (decimal): -9098306 or 12462965. OLE color: 12462965.

HSL color Cylindrical-coordinate representation of color #752BBE: hue angle of 270.2º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #752BBE is Cyan = 0.38, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 117 43 190 -
CMYK 0.38 0.77 0 0.25
HSL 270.2º 0.63% 0.46% -
HSV(B) 270.2º 0.77% 0.75% -
XYZ 17.49 9.23 49.57 -
YUV 81.88 189.02 153.05 -
System Red Green Blue C M Y K H S L
Decimal 117 43 190 0.38 0.77 0 0.25 270.2 0.63 0.46
Hex 75 2B BE 26 4D 0 19 10E 3F 2E
Octal 165 53 276 46 115 0 31 416 77 56
Binary 1110101 101011 10111110 100110 1001101 0 11001 100001110 111111 101110

Color Harmonies of #752BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752BBE

Black with #752BBE

Text Example


Text Example

White with #752BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752BBE; }

 p { color: rgb(117,43,190); }

 H1.HeaderClassName
 {
   color: #752BBE;
 }
 .AnyTagClassName
 {
   color: #752BBE;
 }
</style>

background-color css

<style>
 a { background-color: #752BBE; }

 a { background-color: rgb(117,43,190); }

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

border-color css

<style>
 span { border-color: #752BBE; }

 span { border-color: rgb(117,43,190); }

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