Html Css Color HEX #673CBC Purple Heart

📋 copy color: '#673CBC'

red 103 ◦ green 60 ◦ blue 188

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

Shades of Purple Heart #673CBC

Tints of Purple Heart #673CBC

RGB

 RED value IS 103 (40.63% from 255) = 29.34%

 GREEN value IS 60 (23.83% from 255) = 17.09%

 BLUE value IS 188 (73.83% from 255) = 53.56%

R = 29.34%
G = 17.09%
B = 53.56%

CMYK

 C value IS 0.45

 M value IS 0.68

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#673CBC (or 0x673CBC) is known color: Purple Heart. HEX triplet: 67, 3C and BC. RGB value is (103,60,188). Sum of RGB (Red+Green+Blue) = 103+60+188=351 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.34% from 351); Green value is 60 (23.83% from 255 or 17.09% from 351); Blue value is 188 (73.83% from 255 or 53.56% from 351); Max value from RGB is 188 - color contains mainly: blue. Hex color #673CBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #673CBC is #98C343. Grayscale: #565656. Windows color (decimal): -10011460 or 12336231. OLE color: 12336231.

HSL color Cylindrical-coordinate representation of color #673CBC: hue angle of 260.16º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #673CBC is Cyan = 0.45, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 103 60 188 -
CMYK 0.45 0.68 0 0.26
HSL 260.16º 0.52% 0.49% -
HSV(B) 260.16º 0.68% 0.74% -
XYZ 16.29 9.75 48.6 -
YUV 87.45 184.75 139.09 -
System Red Green Blue C M Y K H S L
Decimal 103 60 188 0.45 0.68 0 0.26 260.16 0.52 0.49
Hex 67 3C BC 2D 44 0 1A 104 34 31
Octal 147 74 274 55 104 0 32 404 64 61
Binary 1100111 111100 10111100 101101 1000100 0 11010 100000100 110100 110001

Color Harmonies of #673CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #673CBC

Black with #673CBC

Text Example


Text Example

White with #673CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #673CBC; }

 p { color: rgb(103,60,188); }

 H1.HeaderClassName
 {
   color: #673CBC;
 }
 .AnyTagClassName
 {
   color: #673CBC;
 }
</style>

background-color css

<style>
 a { background-color: #673CBC; }

 a { background-color: rgb(103,60,188); }

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

border-color css

<style>
 span { border-color: #673CBC; }

 span { border-color: rgb(103,60,188); }

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