Html Css Color HEX #7733CF Purple Heart

📋 copy color: '#7733CF'

red 119 ◦ green 51 ◦ blue 207

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

Shades of Purple Heart #7733CF

Tints of Purple Heart #7733CF

RGB

 RED value IS 119 (46.88% from 255) = 31.56%

 GREEN value IS 51 (20.31% from 255) = 13.53%

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

R = 31.56%
G = 13.53%
B = 54.91%

CMYK

 C value IS 0.43

 M value IS 0.75

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7733CF (or 0x7733CF) is known color: Purple Heart. HEX triplet: 77, 33 and CF. RGB value is (119,51,207). Sum of RGB (Red+Green+Blue) = 119+51+207=377 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.56% from 377); Green value is 51 (20.31% from 255 or 13.53% from 377); Blue value is 207 (81.25% from 255 or 54.91% from 377); Max value from RGB is 207 - color contains mainly: blue. Hex color #7733CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7733CF is #88CC30. Grayscale: #585858. Windows color (decimal): -8965169 or 13579127. OLE color: 13579127.

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

Color convert

RGB 119 51 207 -
CMYK 0.43 0.75 0 0.19
HSL 266.15º 0.62% 0.51% -
HSV(B) 266.15º 0.75% 0.81% -
XYZ 20.05 10.79 60.06 -
YUV 89.12 194.53 149.32 -
System Red Green Blue C M Y K H S L
Decimal 119 51 207 0.43 0.75 0 0.19 266.15 0.62 0.51
Hex 77 33 CF 2B 4B 0 13 10A 3E 33
Octal 167 63 317 53 113 0 23 412 76 63
Binary 1110111 110011 11001111 101011 1001011 0 10011 100001010 111110 110011

Color Harmonies of #7733CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7733CF

Black with #7733CF

Text Example


Text Example

White with #7733CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7733CF; }

 p { color: rgb(119,51,207); }

 H1.HeaderClassName
 {
   color: #7733CF;
 }
 .AnyTagClassName
 {
   color: #7733CF;
 }
</style>

background-color css

<style>
 a { background-color: #7733CF; }

 a { background-color: rgb(119,51,207); }

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

border-color css

<style>
 span { border-color: #7733CF; }

 span { border-color: rgb(119,51,207); }

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