Html Css Color HEX #7834CF Purple Heart

📋 copy color: '#7834CF'

red 120 ◦ green 52 ◦ blue 207

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

Shades of Purple Heart #7834CF

Tints of Purple Heart #7834CF

RGB

 RED value IS 120 (47.27% from 255) = 31.66%

 GREEN value IS 52 (20.7% from 255) = 13.72%

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

R = 31.66%
G = 13.72%
B = 54.62%

CMYK

 C value IS 0.42

 M value IS 0.75

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7834CF (or 0x7834CF) is known color: Purple Heart. HEX triplet: 78, 34 and CF. RGB value is (120,52,207). Sum of RGB (Red+Green+Blue) = 120+52+207=379 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.66% from 379); Green value is 52 (20.70% from 255 or 13.72% 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 #7834CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7834CF is #87CB30. Grayscale: #595959. Windows color (decimal): -8899377 or 13579384. OLE color: 13579384.

HSL color Cylindrical-coordinate representation of color #7834CF: hue angle of 266.32º 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 #7834CF is Cyan = 0.42, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 120 52 207 -
CMYK 0.42 0.75 0 0.19
HSL 266.32º 0.62% 0.51% -
HSV(B) 266.32º 0.75% 0.81% -
XYZ 20.24 10.95 60.08 -
YUV 90 194.03 149.4 -
System Red Green Blue C M Y K H S L
Decimal 120 52 207 0.42 0.75 0 0.19 266.32 0.62 0.51
Hex 78 34 CF 2A 4B 0 13 10A 3E 33
Octal 170 64 317 52 113 0 23 412 76 63
Binary 1111000 110100 11001111 101010 1001011 0 10011 100001010 111110 110011

Color Harmonies of #7834CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7834CF

Black with #7834CF

Text Example


Text Example

White with #7834CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,52,207); }

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

background-color css

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

 a { background-color: rgb(120,52,207); }

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

border-color css

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

 span { border-color: rgb(120,52,207); }

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