Html Css Color HEX #7B3CCF Purple Heart

📋 copy color: '#7B3CCF'

red 123 ◦ green 60 ◦ blue 207

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

Shades of Purple Heart #7B3CCF

Tints of Purple Heart #7B3CCF

RGB

 RED value IS 123 (48.44% from 255) = 31.54%

 GREEN value IS 60 (23.83% from 255) = 15.38%

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

R = 31.54%
G = 15.38%
B = 53.08%

CMYK

 C value IS 0.41

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7B3CCF (or 0x7B3CCF) is known color: Purple Heart. HEX triplet: 7B, 3C and CF. RGB value is (123,60,207). Sum of RGB (Red+Green+Blue) = 123+60+207=390 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.54% from 390); Green value is 60 (23.83% from 255 or 15.38% from 390); Blue value is 207 (81.25% from 255 or 53.08% from 390); Max value from RGB is 207 - color contains mainly: blue. Hex color #7B3CCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B3CCF is #84C330. Grayscale: #5F5F5F. Windows color (decimal): -8700721 or 13581435. OLE color: 13581435.

HSL color Cylindrical-coordinate representation of color #7B3CCF: hue angle of 265.71º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7B3CCF is Cyan = 0.41, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 123 60 207 -
CMYK 0.41 0.71 0 0.19
HSL 265.71º 0.6% 0.52% -
HSV(B) 265.71º 0.71% 0.81% -
XYZ 21.05 11.95 60.23 -
YUV 95.6 190.87 147.55 -
System Red Green Blue C M Y K H S L
Decimal 123 60 207 0.41 0.71 0 0.19 265.71 0.6 0.52
Hex 7B 3C CF 29 47 0 13 10A 3C 34
Octal 173 74 317 51 107 0 23 412 74 64
Binary 1111011 111100 11001111 101001 1000111 0 10011 100001010 111100 110100

Color Harmonies of #7B3CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B3CCF

Black with #7B3CCF

Text Example


Text Example

White with #7B3CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7B3CCF; }

 p { color: rgb(123,60,207); }

 H1.HeaderClassName
 {
   color: #7B3CCF;
 }
 .AnyTagClassName
 {
   color: #7B3CCF;
 }
</style>

background-color css

<style>
 a { background-color: #7B3CCF; }

 a { background-color: rgb(123,60,207); }

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

border-color css

<style>
 span { border-color: #7B3CCF; }

 span { border-color: rgb(123,60,207); }

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