Html Css Color HEX #671ECA Purple Heart

📋 copy color: '#671ECA'

red 103 ◦ green 30 ◦ blue 202

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

Shades of Purple Heart #671ECA

Tints of Purple Heart #671ECA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.96%

 BLUE value IS 202 (79.3% from 255) = 60.3%

R = 30.75%
G = 8.96%
B = 60.3%

CMYK

 C value IS 0.49

 M value IS 0.85

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#671ECA (or 0x671ECA) is known color: Purple Heart. HEX triplet: 67, 1E and CA. RGB value is (103,30,202). Sum of RGB (Red+Green+Blue) = 103+30+202=335 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.75% from 335); Green value is 30 (12.11% from 255 or 8.96% from 335); Blue value is 202 (79.30% from 255 or 60.30% from 335); Max value from RGB is 202 - color contains mainly: blue. Hex color #671ECA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #671ECA is #98E135. Grayscale: #464646. Windows color (decimal): -10019126 or 13246055. OLE color: 13246055.

HSL color Cylindrical-coordinate representation of color #671ECA: hue angle of 265.47º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #671ECA is Cyan = 0.49, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 103 30 202 -
CMYK 0.49 0.85 0 0.21
HSL 265.47º 0.74% 0.45% -
HSV(B) 265.47º 0.85% 0.79% -
XYZ 16.72 8.08 56.55 -
YUV 71.44 201.68 150.51 -
System Red Green Blue C M Y K H S L
Decimal 103 30 202 0.49 0.85 0 0.21 265.47 0.74 0.45
Hex 67 1E CA 31 55 0 15 109 4A 2D
Octal 147 36 312 61 125 0 25 411 112 55
Binary 1100111 11110 11001010 110001 1010101 0 10101 100001001 1001010 101101

Color Harmonies of #671ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671ECA

Black with #671ECA

Text Example


Text Example

White with #671ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,30,202); }

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

background-color css

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

 a { background-color: rgb(103,30,202); }

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

border-color css

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

 span { border-color: rgb(103,30,202); }

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