Html Css Color HEX #7330CF Purple Heart

📋 copy color: '#7330CF'

red 115 ◦ green 48 ◦ blue 207

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

Shades of Purple Heart #7330CF

Tints of Purple Heart #7330CF

RGB

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

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

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

R = 31.08%
G = 12.97%
B = 55.95%

CMYK

 C value IS 0.44

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7330CF (or 0x7330CF) is known color: Purple Heart. HEX triplet: 73, 30 and CF. RGB value is (115,48,207). Sum of RGB (Red+Green+Blue) = 115+48+207=370 (49% of max value = 765). Red value is 115 (45.31% from 255 or 31.08% from 370); Green value is 48 (19.14% from 255 or 12.97% from 370); Blue value is 207 (81.25% from 255 or 55.95% from 370); Max value from RGB is 207 - color contains mainly: blue. Hex color #7330CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7330CF is #8CCF30. Grayscale: #555555. Windows color (decimal): -9228081 or 13578355. OLE color: 13578355.

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

Color convert

RGB 115 48 207 -
CMYK 0.44 0.77 0 0.19
HSL 265.28º 0.62% 0.5% -
HSV(B) 265.28º 0.77% 0.81% -
XYZ 19.39 10.26 59.99 -
YUV 86.16 196.2 148.57 -
System Red Green Blue C M Y K H S L
Decimal 115 48 207 0.44 0.77 0 0.19 265.28 0.62 0.5
Hex 73 30 CF 2C 4D 0 13 109 3E 32
Octal 163 60 317 54 115 0 23 411 76 62
Binary 1110011 110000 11001111 101100 1001101 0 10011 100001001 111110 110010

Color Harmonies of #7330CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7330CF

Black with #7330CF

Text Example


Text Example

White with #7330CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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