Html Css Color HEX #6B2BCA Purple Heart

📋 copy color: '#6B2BCA'

red 107 ◦ green 43 ◦ blue 202

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

Shades of Purple Heart #6B2BCA

Tints of Purple Heart #6B2BCA

RGB

 RED value IS 107 (42.19% from 255) = 30.4%

 GREEN value IS 43 (17.19% from 255) = 12.22%

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

R = 30.4%
G = 12.22%
B = 57.39%

CMYK

 C value IS 0.47

 M value IS 0.79

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6B2BCA (or 0x6B2BCA) is known color: Purple Heart. HEX triplet: 6B, 2B and CA. RGB value is (107,43,202). Sum of RGB (Red+Green+Blue) = 107+43+202=352 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.40% from 352); Green value is 43 (17.19% from 255 or 12.22% from 352); Blue value is 202 (79.30% from 255 or 57.39% from 352); Max value from RGB is 202 - color contains mainly: blue. Hex color #6B2BCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B2BCA is #94D435. Grayscale: #4F4F4F. Windows color (decimal): -9753654 or 13249387. OLE color: 13249387.

HSL color Cylindrical-coordinate representation of color #6B2BCA: hue angle of 264.15º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6B2BCA is Cyan = 0.47, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 107 43 202 -
CMYK 0.47 0.79 0 0.21
HSL 264.15º 0.65% 0.48% -
HSV(B) 264.15º 0.79% 0.79% -
XYZ 17.59 9.12 56.71 -
YUV 80.26 196.7 147.07 -
System Red Green Blue C M Y K H S L
Decimal 107 43 202 0.47 0.79 0 0.21 264.15 0.65 0.48
Hex 6B 2B CA 2F 4F 0 15 108 41 30
Octal 153 53 312 57 117 0 25 410 101 60
Binary 1101011 101011 11001010 101111 1001111 0 10101 100001000 1000001 110000

Color Harmonies of #6B2BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B2BCA

Black with #6B2BCA

Text Example


Text Example

White with #6B2BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6B2BCA; }

 p { color: rgb(107,43,202); }

 H1.HeaderClassName
 {
   color: #6B2BCA;
 }
 .AnyTagClassName
 {
   color: #6B2BCA;
 }
</style>

background-color css

<style>
 a { background-color: #6B2BCA; }

 a { background-color: rgb(107,43,202); }

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

border-color css

<style>
 span { border-color: #6B2BCA; }

 span { border-color: rgb(107,43,202); }

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