Html Css Color HEX #6133C8 Purple Heart

📋 copy color: '#6133C8'

red 97 ◦ green 51 ◦ blue 200

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

Shades of Purple Heart #6133C8

Tints of Purple Heart #6133C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 57.47%

R = 27.87%
G = 14.66%
B = 57.47%

CMYK

 C value IS 0.52

 M value IS 0.74

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#6133C8 (or 0x6133C8) is known color: Purple Heart. HEX triplet: 61, 33 and C8. RGB value is (97,51,200). Sum of RGB (Red+Green+Blue) = 97+51+200=348 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.87% from 348); Green value is 51 (20.31% from 255 or 14.66% from 348); Blue value is 200 (78.52% from 255 or 57.47% from 348); Max value from RGB is 200 - color contains mainly: blue. Hex color #6133C8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6133C8 is #9ECC37. Grayscale: #515151. Windows color (decimal): -10406968 or 13120353. OLE color: 13120353.

HSL color Cylindrical-coordinate representation of color #6133C8: hue angle of 258.52º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6133C8 is Cyan = 0.52, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 97 51 200 -
CMYK 0.52 0.74 0 0.22
HSL 258.52º 0.59% 0.49% -
HSV(B) 258.52º 0.75% 0.78% -
XYZ 16.54 9.08 55.52 -
YUV 81.74 194.74 138.88 -
System Red Green Blue C M Y K H S L
Decimal 97 51 200 0.52 0.74 0 0.22 258.52 0.59 0.49
Hex 61 33 C8 34 4A 0 16 103 3B 31
Octal 141 63 310 64 112 0 26 403 73 61
Binary 1100001 110011 11001000 110100 1001010 0 10110 100000011 111011 110001

Color Harmonies of #6133C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6133C8

Black with #6133C8

Text Example


Text Example

White with #6133C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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