Html Css Color HEX #762CCF Purple Heart

📋 copy color: '#762CCF'

red 118 ◦ green 44 ◦ blue 207

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

Shades of Purple Heart #762CCF

Tints of Purple Heart #762CCF

RGB

 RED value IS 118 (46.48% from 255) = 31.98%

 GREEN value IS 44 (17.58% from 255) = 11.92%

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

R = 31.98%
G = 11.92%
B = 56.1%

CMYK

 C value IS 0.43

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#762CCF (or 0x762CCF) is known color: Purple Heart. HEX triplet: 76, 2C and CF. RGB value is (118,44,207). Sum of RGB (Red+Green+Blue) = 118+44+207=369 (48% of max value = 765). Red value is 118 (46.48% from 255 or 31.98% from 369); Green value is 44 (17.58% from 255 or 11.92% from 369); Blue value is 207 (81.25% from 255 or 56.10% from 369); Max value from RGB is 207 - color contains mainly: blue. Hex color #762CCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #762CCF is #89D330. Grayscale: #545454. Windows color (decimal): -9032497 or 13577334. OLE color: 13577334.

HSL color Cylindrical-coordinate representation of color #762CCF: hue angle of 267.24º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #762CCF is Cyan = 0.43, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 118 44 207 -
CMYK 0.43 0.79 0 0.19
HSL 267.24º 0.65% 0.49% -
HSV(B) 267.24º 0.79% 0.81% -
XYZ 19.63 10.16 59.96 -
YUV 84.71 197.02 151.75 -
System Red Green Blue C M Y K H S L
Decimal 118 44 207 0.43 0.79 0 0.19 267.24 0.65 0.49
Hex 76 2C CF 2B 4F 0 13 10B 41 31
Octal 166 54 317 53 117 0 23 413 101 61
Binary 1110110 101100 11001111 101011 1001111 0 10011 100001011 1000001 110001

Color Harmonies of #762CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762CCF

Black with #762CCF

Text Example


Text Example

White with #762CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762CCF; }

 p { color: rgb(118,44,207); }

 H1.HeaderClassName
 {
   color: #762CCF;
 }
 .AnyTagClassName
 {
   color: #762CCF;
 }
</style>

background-color css

<style>
 a { background-color: #762CCF; }

 a { background-color: rgb(118,44,207); }

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

border-color css

<style>
 span { border-color: #762CCF; }

 span { border-color: rgb(118,44,207); }

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