Html Css Color HEX #671CBD Purple Heart

📋 copy color: '#671CBD'

red 103 ◦ green 28 ◦ blue 189

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

Shades of Purple Heart #671CBD

Tints of Purple Heart #671CBD

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.75%

 BLUE value IS 189 (74.22% from 255) = 59.06%

R = 32.19%
G = 8.75%
B = 59.06%

CMYK

 C value IS 0.46

 M value IS 0.85

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#671CBD (or 0x671CBD) is known color: Purple Heart. HEX triplet: 67, 1C and BD. RGB value is (103,28,189). Sum of RGB (Red+Green+Blue) = 103+28+189=320 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.19% from 320); Green value is 28 (11.33% from 255 or 8.75% from 320); Blue value is 189 (74.22% from 255 or 59.06% from 320); Max value from RGB is 189 - color contains mainly: blue. Hex color #671CBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #671CBD is #98E342. Grayscale: #444444. Windows color (decimal): -10019651 or 12393575. OLE color: 12393575.

HSL color Cylindrical-coordinate representation of color #671CBD: hue angle of 267.95º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #671CBD is Cyan = 0.46, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 103 28 189 -
CMYK 0.46 0.85 0 0.26
HSL 267.95º 0.74% 0.43% -
HSV(B) 267.95º 0.85% 0.74% -
XYZ 15.19 7.39 48.77 -
YUV 68.78 195.85 152.41 -
System Red Green Blue C M Y K H S L
Decimal 103 28 189 0.46 0.85 0 0.26 267.95 0.74 0.43
Hex 67 1C BD 2E 55 0 1A 10C 4A 2B
Octal 147 34 275 56 125 0 32 414 112 53
Binary 1100111 11100 10111101 101110 1010101 0 11010 100001100 1001010 101011

Color Harmonies of #671CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671CBD

Black with #671CBD

Text Example


Text Example

White with #671CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671CBD; }

 p { color: rgb(103,28,189); }

 H1.HeaderClassName
 {
   color: #671CBD;
 }
 .AnyTagClassName
 {
   color: #671CBD;
 }
</style>

background-color css

<style>
 a { background-color: #671CBD; }

 a { background-color: rgb(103,28,189); }

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

border-color css

<style>
 span { border-color: #671CBD; }

 span { border-color: rgb(103,28,189); }

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