Html Css Color HEX #6141CA Purple Heart

📋 copy color: '#6141CA'

red 97 ◦ green 65 ◦ blue 202

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

Shades of Purple Heart #6141CA

Tints of Purple Heart #6141CA

RGB

 RED value IS 97 (38.28% from 255) = 26.65%

 GREEN value IS 65 (25.78% from 255) = 17.86%

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

R = 26.65%
G = 17.86%
B = 55.49%

CMYK

 C value IS 0.52

 M value IS 0.68

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6141CA (or 0x6141CA) is known color: Purple Heart. HEX triplet: 61, 41 and CA. RGB value is (97,65,202). Sum of RGB (Red+Green+Blue) = 97+65+202=364 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.65% from 364); Green value is 65 (25.78% from 255 or 17.86% from 364); Blue value is 202 (79.30% from 255 or 55.49% from 364); Max value from RGB is 202 - color contains mainly: blue. Hex color #6141CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6141CA is #9EBE35. Grayscale: #595959. Windows color (decimal): -10403382 or 13255009. OLE color: 13255009.

HSL color Cylindrical-coordinate representation of color #6141CA: hue angle of 254.01º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6141CA is Cyan = 0.52, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 97 65 202 -
CMYK 0.52 0.68 0 0.21
HSL 254.01º 0.56% 0.52% -
HSV(B) 254.01º 0.68% 0.79% -
XYZ 17.48 10.59 57 -
YUV 90.19 191.1 132.86 -
System Red Green Blue C M Y K H S L
Decimal 97 65 202 0.52 0.68 0 0.21 254.01 0.56 0.52
Hex 61 41 CA 34 44 0 15 FE 38 34
Octal 141 101 312 64 104 0 25 376 70 64
Binary 1100001 1000001 11001010 110100 1000100 0 10101 11111110 111000 110100

Color Harmonies of #6141CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6141CA

Black with #6141CA

Text Example


Text Example

White with #6141CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6141CA; }

 p { color: rgb(97,65,202); }

 H1.HeaderClassName
 {
   color: #6141CA;
 }
 .AnyTagClassName
 {
   color: #6141CA;
 }
</style>

background-color css

<style>
 a { background-color: #6141CA; }

 a { background-color: rgb(97,65,202); }

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

border-color css

<style>
 span { border-color: #6141CA; }

 span { border-color: rgb(97,65,202); }

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