Html Css Color HEX #6030B3 Purple Heart

📋 copy color: '#6030B3'

red 96 ◦ green 48 ◦ blue 179

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

Shades of Purple Heart #6030B3

Tints of Purple Heart #6030B3

RGB

 RED value IS 96 (37.89% from 255) = 29.72%

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

 BLUE value IS 179 (70.31% from 255) = 55.42%

R = 29.72%
G = 14.86%
B = 55.42%

CMYK

 C value IS 0.46

 M value IS 0.73

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#6030B3 (or 0x6030B3) is known color: Purple Heart. HEX triplet: 60, 30 and B3. RGB value is (96,48,179). Sum of RGB (Red+Green+Blue) = 96+48+179=323 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.72% from 323); Green value is 48 (19.14% from 255 or 14.86% from 323); Blue value is 179 (70.31% from 255 or 55.42% from 323); Max value from RGB is 179 - color contains mainly: blue. Hex color #6030B3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6030B3 is #9FCF4C. Grayscale: #4C4C4C. Windows color (decimal): -10473293 or 11743328. OLE color: 11743328.

HSL color Cylindrical-coordinate representation of color #6030B3: hue angle of 261.98º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6030B3 is Cyan = 0.46, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 96 48 179 -
CMYK 0.46 0.73 0 0.30
HSL 261.98º 0.58% 0.45% -
HSV(B) 261.98º 0.73% 0.7% -
XYZ 14.02 7.86 43.43 -
YUV 77.29 185.4 141.35 -
System Red Green Blue C M Y K H S L
Decimal 96 48 179 0.46 0.73 0 0.30 261.98 0.58 0.45
Hex 60 30 B3 2E 49 0 1E 106 3A 2D
Octal 140 60 263 56 111 0 36 406 72 55
Binary 1100000 110000 10110011 101110 1001001 0 11110 100000110 111010 101101

Color Harmonies of #6030B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6030B3

Black with #6030B3

Text Example


Text Example

White with #6030B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6030B3; }

 p { color: rgb(96,48,179); }

 H1.HeaderClassName
 {
   color: #6030B3;
 }
 .AnyTagClassName
 {
   color: #6030B3;
 }
</style>

background-color css

<style>
 a { background-color: #6030B3; }

 a { background-color: rgb(96,48,179); }

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

border-color css

<style>
 span { border-color: #6030B3; }

 span { border-color: rgb(96,48,179); }

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