Html Css Color HEX #7B30C2 Purple Heart

📋 copy color: '#7B30C2'

red 123 ◦ green 48 ◦ blue 194

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

Shades of Purple Heart #7B30C2

Tints of Purple Heart #7B30C2

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.15%

 BLUE value IS 194 (76.17% from 255) = 53.15%

R = 33.7%
G = 13.15%
B = 53.15%

CMYK

 C value IS 0.37

 M value IS 0.75

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#7B30C2 (or 0x7B30C2) is known color: Purple Heart. HEX triplet: 7B, 30 and C2. RGB value is (123,48,194). Sum of RGB (Red+Green+Blue) = 123+48+194=365 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.70% from 365); Green value is 48 (19.14% from 255 or 13.15% from 365); Blue value is 194 (76.17% from 255 or 53.15% from 365); Max value from RGB is 194 - color contains mainly: blue. Hex color #7B30C2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B30C2 is #84CF3D. Grayscale: #565656. Windows color (decimal): -8703806 or 12726395. OLE color: 12726395.

HSL color Cylindrical-coordinate representation of color #7B30C2: hue angle of 270.82º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7B30C2 is Cyan = 0.37, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 123 48 194 -
CMYK 0.37 0.75 0 0.24
HSL 270.82º 0.6% 0.47% -
HSV(B) 270.82º 0.75% 0.76% -
XYZ 18.96 10.22 52.01 -
YUV 87.07 188.35 153.63 -
System Red Green Blue C M Y K H S L
Decimal 123 48 194 0.37 0.75 0 0.24 270.82 0.6 0.47
Hex 7B 30 C2 25 4B 0 18 10F 3C 2F
Octal 173 60 302 45 113 0 30 417 74 57
Binary 1111011 110000 11000010 100101 1001011 0 11000 100001111 111100 101111

Color Harmonies of #7B30C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B30C2

Black with #7B30C2

Text Example


Text Example

White with #7B30C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,48,194); }

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

background-color css

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

 a { background-color: rgb(123,48,194); }

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

border-color css

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

 span { border-color: rgb(123,48,194); }

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