Html Css Color HEX #6133CA Purple Heart

📋 copy color: '#6133CA'

red 97 ◦ green 51 ◦ blue 202

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

Shades of Purple Heart #6133CA

Tints of Purple Heart #6133CA

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.57%

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

R = 27.71%
G = 14.57%
B = 57.71%

CMYK

 C value IS 0.52

 M value IS 0.75

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6133CA (or 0x6133CA) is known color: Purple Heart. HEX triplet: 61, 33 and CA. RGB value is (97,51,202). Sum of RGB (Red+Green+Blue) = 97+51+202=350 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.71% from 350); Green value is 51 (20.31% from 255 or 14.57% from 350); Blue value is 202 (79.30% from 255 or 57.71% from 350); Max value from RGB is 202 - color contains mainly: blue. Hex color #6133CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6133CA is #9ECC35. Grayscale: #515151. Windows color (decimal): -10406966 or 13251425. OLE color: 13251425.

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

Color convert

RGB 97 51 202 -
CMYK 0.52 0.75 0 0.21
HSL 258.28º 0.6% 0.5% -
HSV(B) 258.28º 0.75% 0.79% -
XYZ 16.77 9.17 56.76 -
YUV 81.97 195.74 138.72 -
System Red Green Blue C M Y K H S L
Decimal 97 51 202 0.52 0.75 0 0.21 258.28 0.6 0.5
Hex 61 33 CA 34 4B 0 15 102 3C 32
Octal 141 63 312 64 113 0 25 402 74 62
Binary 1100001 110011 11001010 110100 1001011 0 10101 100000010 111100 110010

Color Harmonies of #6133CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6133CA

Black with #6133CA

Text Example


Text Example

White with #6133CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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