Html Css Color HEX #7330CB Purple Heart

📋 copy color: '#7330CB'

red 115 ◦ green 48 ◦ blue 203

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

Shades of Purple Heart #7330CB

Tints of Purple Heart #7330CB

RGB

 RED value IS 115 (45.31% from 255) = 31.42%

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

 BLUE value IS 203 (79.69% from 255) = 55.46%

R = 31.42%
G = 13.11%
B = 55.46%

CMYK

 C value IS 0.43

 M value IS 0.76

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7330CB (or 0x7330CB) is known color: Purple Heart. HEX triplet: 73, 30 and CB. RGB value is (115,48,203). Sum of RGB (Red+Green+Blue) = 115+48+203=366 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.42% from 366); Green value is 48 (19.14% from 255 or 13.11% from 366); Blue value is 203 (79.69% from 255 or 55.46% from 366); Max value from RGB is 203 - color contains mainly: blue. Hex color #7330CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7330CB is #8CCF34. Grayscale: #555555. Windows color (decimal): -9228085 or 13316211. OLE color: 13316211.

HSL color Cylindrical-coordinate representation of color #7330CB: hue angle of 265.94º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7330CB is Cyan = 0.43, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 115 48 203 -
CMYK 0.43 0.76 0 0.20
HSL 265.94º 0.62% 0.49% -
HSV(B) 265.94º 0.76% 0.8% -
XYZ 18.91 10.07 57.45 -
YUV 85.7 194.2 148.9 -
System Red Green Blue C M Y K H S L
Decimal 115 48 203 0.43 0.76 0 0.20 265.94 0.62 0.49
Hex 73 30 CB 2B 4C 0 14 10A 3E 31
Octal 163 60 313 53 114 0 24 412 76 61
Binary 1110011 110000 11001011 101011 1001100 0 10100 100001010 111110 110001

Color Harmonies of #7330CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7330CB

Black with #7330CB

Text Example


Text Example

White with #7330CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7330CB; }

 p { color: rgb(115,48,203); }

 H1.HeaderClassName
 {
   color: #7330CB;
 }
 .AnyTagClassName
 {
   color: #7330CB;
 }
</style>

background-color css

<style>
 a { background-color: #7330CB; }

 a { background-color: rgb(115,48,203); }

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

border-color css

<style>
 span { border-color: #7330CB; }

 span { border-color: rgb(115,48,203); }

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