Html Css Color HEX #7430CF Purple Heart

📋 copy color: '#7430CF'

red 116 ◦ green 48 ◦ blue 207

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

Shades of Purple Heart #7430CF

Tints of Purple Heart #7430CF

RGB

 RED value IS 116 (45.7% from 255) = 31.27%

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

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

R = 31.27%
G = 12.94%
B = 55.8%

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

#7430CF (or 0x7430CF) is known color: Purple Heart. HEX triplet: 74, 30 and CF. RGB value is (116,48,207). Sum of RGB (Red+Green+Blue) = 116+48+207=371 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.27% from 371); Green value is 48 (19.14% from 255 or 12.94% from 371); Blue value is 207 (81.25% from 255 or 55.80% from 371); Max value from RGB is 207 - color contains mainly: blue. Hex color #7430CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7430CF is #8BCF30. Grayscale: #555555. Windows color (decimal): -9162545 or 13578356. OLE color: 13578356.

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

Color convert

RGB 116 48 207 -
CMYK 0.44 0.77 0 0.19
HSL 265.66º 0.62% 0.5% -
HSV(B) 265.66º 0.77% 0.81% -
XYZ 19.52 10.33 60 -
YUV 86.46 196.03 149.07 -
System Red Green Blue C M Y K H S L
Decimal 116 48 207 0.44 0.77 0 0.19 265.66 0.62 0.5
Hex 74 30 CF 2C 4D 0 13 10A 3E 32
Octal 164 60 317 54 115 0 23 412 76 62
Binary 1110100 110000 11001111 101100 1001101 0 10011 100001010 111110 110010

Color Harmonies of #7430CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7430CF

Black with #7430CF

Text Example


Text Example

White with #7430CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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