#6833CA

Color #6833CA Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #6833CA

Tints of Purple Heart #6833CA

Color information

#6833CA (or 0x6833CA) is unknown color: approx Purple Heart. HEX triplet: 68, 33 and CA. RGB value is (104,51,202). Sum of RGB (Red+Green+Blue) = 104+51+202=357 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.13% from 357); Green value is 51 (20.31% from 255 or 14.29% from 357); Blue value is 202 (79.30% from 255 or 56.58% from 357); Max value from RGB is 202 - color contains mainly: blue. Hex color #6833CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6833CA is #97CC35. Grayscale: #535353. Windows color (decimal): -9948214 or 13251432. OLE color: 13251432.

HSL color Cylindrical-coordinate representation of color #6833CA: hue angle of 261.06º 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 #6833CA is Cyan = 0.49, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB10451202-
CMYK0.490.7500.21
HSL261.06º59.68%49.61%-
HSV(B)261.06º74.75%79.22%-
XYZ17.559.5756.8-
YUV84.06194.56142.22-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.13%
GREEN value IS 51 (20.31% from 255) = 14.29%
BLUE value IS 202 (79.30% from 255) = 56.58%
R=29.13%
G=14.29%
B=56.58%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal104512020.490.7500.21261.0659.6849.61
Hex6833CA314B0151053c32
Octal15063312611130254057462
Binary1101000110011110010101100011001011010101100000101111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6833CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6833CA;
 }
 .AnyTagClassName
 {
   color: #6833CA;
 }
</style>
background-color css

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

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

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

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

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

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