Html Css Color HEX #752FCE Purple Heart

📋 copy color: '#752FCE'

red 117 ◦ green 47 ◦ blue 206

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

Shades of Purple Heart #752FCE

Tints of Purple Heart #752FCE

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.7%

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

R = 31.62%
G = 12.7%
B = 55.68%

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

#752FCE (or 0x752FCE) is known color: Purple Heart. HEX triplet: 75, 2F and CE. RGB value is (117,47,206). Sum of RGB (Red+Green+Blue) = 117+47+206=370 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.62% from 370); Green value is 47 (18.75% from 255 or 12.70% from 370); Blue value is 206 (80.86% from 255 or 55.68% from 370); Max value from RGB is 206 - color contains mainly: blue. Hex color #752FCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #752FCE is #8AD031. Grayscale: #555555. Windows color (decimal): -9097266 or 13512565. OLE color: 13512565.

HSL color Cylindrical-coordinate representation of color #752FCE: hue angle of 266.42º degrees, saturation: 0.63, 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 #752FCE is Cyan = 0.43, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 117 47 206 -
CMYK 0.43 0.77 0 0.19
HSL 266.42º 0.63% 0.5% -
HSV(B) 266.42º 0.77% 0.81% -
XYZ 19.49 10.27 59.35 -
YUV 86.06 195.69 150.07 -
System Red Green Blue C M Y K H S L
Decimal 117 47 206 0.43 0.77 0 0.19 266.42 0.63 0.5
Hex 75 2F CE 2B 4D 0 13 10A 3F 32
Octal 165 57 316 53 115 0 23 412 77 62
Binary 1110101 101111 11001110 101011 1001101 0 10011 100001010 111111 110010

Color Harmonies of #752FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752FCE

Black with #752FCE

Text Example


Text Example

White with #752FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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