Html Css Color HEX #7735CF Purple Heart

📋 copy color: '#7735CF'

red 119 ◦ green 53 ◦ blue 207

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

Shades of Purple Heart #7735CF

Tints of Purple Heart #7735CF

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.98%

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

R = 31.4%
G = 13.98%
B = 54.62%

CMYK

 C value IS 0.43

 M value IS 0.74

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7735CF (or 0x7735CF) is known color: Purple Heart. HEX triplet: 77, 35 and CF. RGB value is (119,53,207). Sum of RGB (Red+Green+Blue) = 119+53+207=379 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.40% from 379); Green value is 53 (21.09% from 255 or 13.98% from 379); Blue value is 207 (81.25% from 255 or 54.62% from 379); Max value from RGB is 207 - color contains mainly: blue. Hex color #7735CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7735CF is #88CA30. Grayscale: #595959. Windows color (decimal): -8964657 or 13579639. OLE color: 13579639.

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

Color convert

RGB 119 53 207 -
CMYK 0.43 0.74 0 0.19
HSL 265.71º 0.62% 0.51% -
HSV(B) 265.71º 0.74% 0.81% -
XYZ 20.14 10.97 60.09 -
YUV 90.29 193.87 148.48 -
System Red Green Blue C M Y K H S L
Decimal 119 53 207 0.43 0.74 0 0.19 265.71 0.62 0.51
Hex 77 35 CF 2B 4A 0 13 10A 3E 33
Octal 167 65 317 53 112 0 23 412 76 63
Binary 1110111 110101 11001111 101011 1001010 0 10011 100001010 111110 110011

Color Harmonies of #7735CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7735CF

Black with #7735CF

Text Example


Text Example

White with #7735CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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