Html Css Color HEX #671FCA Purple Heart

📋 copy color: '#671FCA'

red 103 ◦ green 31 ◦ blue 202

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

Shades of Purple Heart #671FCA

Tints of Purple Heart #671FCA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.23%

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

R = 30.65%
G = 9.23%
B = 60.12%

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

#671FCA (or 0x671FCA) is known color: Purple Heart. HEX triplet: 67, 1F and CA. RGB value is (103,31,202). Sum of RGB (Red+Green+Blue) = 103+31+202=336 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.65% from 336); Green value is 31 (12.5% from 255 or 9.23% from 336); Blue value is 202 (79.30% from 255 or 60.12% from 336); Max value from RGB is 202 - color contains mainly: blue. Hex color #671FCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #671FCA is #98E035. Grayscale: #474747. Windows color (decimal): -10018870 or 13246311. OLE color: 13246311.

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

Color convert

RGB 103 31 202 -
CMYK 0.49 0.85 0 0.21
HSL 265.26º 0.73% 0.46% -
HSV(B) 265.26º 0.85% 0.79% -
XYZ 16.74 8.13 56.56 -
YUV 72.02 201.35 150.1 -
System Red Green Blue C M Y K H S L
Decimal 103 31 202 0.49 0.85 0 0.21 265.26 0.73 0.46
Hex 67 1F CA 31 55 0 15 109 49 2E
Octal 147 37 312 61 125 0 25 411 111 56
Binary 1100111 11111 11001010 110001 1010101 0 10101 100001001 1001001 101110

Color Harmonies of #671FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671FCA

Black with #671FCA

Text Example


Text Example

White with #671FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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